mirror of
https://github.com/reactos/reactos.git
synced 2025-06-07 02:10:36 +00:00
[NTOSKRNL]
* Fix build. svn path=/branches/usb-bringup-trunk/; revision=55473
This commit is contained in:
parent
99a3cc7d54
commit
19caa78426
1 changed files with 0 additions and 21 deletions
|
@ -53,27 +53,6 @@ typedef struct _EFI_PARTITION_ENTRY
|
||||||
WCHAR Name[0x24]; // 56
|
WCHAR Name[0x24]; // 56
|
||||||
} EFI_PARTITION_ENTRY, *PEFI_PARTITION_ENTRY;
|
} 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
|
typedef struct _PARTITION_TABLE_ENTRY
|
||||||
{
|
{
|
||||||
UCHAR BootIndicator;
|
UCHAR BootIndicator;
|
||||||
|
|
Loading…
Reference in a new issue