X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Ffstub%2Ffstubex.c;h=74797e9ddd6c2b11e4ae3a635f5f1bc0c405061b;hp=6035ed8fd3245fc256f44766a7a3359101b536e2;hb=19caa78426268fe5549c77a84a776d7f0607bc5c;hpb=99a3cc7d54640bfcbab7d3c64f97af38224f6b22 diff --git a/ntoskrnl/fstub/fstubex.c b/ntoskrnl/fstub/fstubex.c index 6035ed8fd32..74797e9ddd6 100644 --- a/ntoskrnl/fstub/fstubex.c +++ b/ntoskrnl/fstub/fstubex.c @@ -53,27 +53,6 @@ typedef struct _EFI_PARTITION_ENTRY WCHAR Name[0x24]; // 56 } EFI_PARTITION_ENTRY, *PEFI_PARTITION_ENTRY; -typedef struct _CREATE_DISK_MBR -{ - ULONG Signature; -} CREATE_DISK_MBR, *PCREATE_DISK_MBR; - -typedef struct _CREATE_DISK_GPT -{ - GUID DiskId; - ULONG MaxPartitionCount; -} CREATE_DISK_GPT, *PCREATE_DISK_GPT; - -typedef struct _CREATE_DISK -{ - PARTITION_STYLE PartitionStyle; - union - { - CREATE_DISK_MBR Mbr; - CREATE_DISK_GPT Gpt; - }; -} CREATE_DISK, *PCREATE_DISK; - typedef struct _PARTITION_TABLE_ENTRY { UCHAR BootIndicator;