Partial media support
This commit is contained in:
parent
200d8baeaa
commit
5d67c2c599
5 changed files with 649 additions and 184 deletions
|
@ -55,6 +55,9 @@ typedef UINT16 EFI_STRING_ID;
|
|||
// HII Handle
|
||||
typedef VOID *EFI_HII_HANDLE;
|
||||
|
||||
// LBA
|
||||
typedef UINT64 EFI_LBA;
|
||||
|
||||
// EFI Mac Address
|
||||
typedef struct {
|
||||
UINT8 Addr[32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue