X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FStorage%2FATA%2Fcommon.h;h=1ca3a9942623d0ffb40a245f79986603ee88a327;hb=3d16754198031c1fe2e5b012f7313aff4261ec2a;hp=891d2bbee1740c1aabc63cc37d926454ee33b390;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Storage/ATA/common.h b/KernelLand/Modules/Storage/ATA/common.h index 891d2bbe..1ca3a994 100644 --- a/KernelLand/Modules/Storage/ATA/common.h +++ b/KernelLand/Modules/Storage/ATA/common.h @@ -43,10 +43,6 @@ typedef struct typedef struct { Uint64 Sectors; - char Name[2]; - tVFS_Node Node; - int NumPartitions; - tATA_Partition *Partitions; } tATA_Disk; // === GLOBALS ===