Add missing forward reference and missing fields to the EFI_BLOCK_DEVICE structure

This commit is contained in:
2022-08-15 19:24:47 +02:00
parent 72a235fb27
commit ea2de4d5a1
2 changed files with 3 additions and 1 deletions

View File

@@ -1442,11 +1442,12 @@ typedef struct _EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
/* Describes block device */
typedef struct _EFI_BLOCK_DEVICE
{
PEFI_DEVICE_PATH_PROTOCOL DevicePath;
LIST_ENTRY ListEntry;
EFI_GUID Guid;
USHORT DriveType;
ULONG DriveNumber;
ULONG PartitionNumber;
PEFI_DEVICE_PATH_PROTOCOL DevicePath;
} EFI_BLOCK_DEVICE, *PEFI_BLOCK_DEVICE;
/* Block I/O media structure */