Add missing forward reference and missing fields to the EFI_BLOCK_DEVICE structure
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user