Kernel/VFS - Fixed missuse of strcmp that caused userland compilations to break
[tpg/acess2.git] / KernelLand / Modules / Storage / ATA / common.h
index 891d2bb..1ca3a99 100644 (file)
@@ -43,10 +43,6 @@ typedef struct
 typedef struct
 {
        Uint64  Sectors;
-       char    Name[2];
-       tVFS_Node       Node;
-        int    NumPartitions;
-       tATA_Partition  *Partitions;
 }      tATA_Disk;
 
 // === GLOBALS ===

UCC git Repository :: git.ucc.asn.au