Partial media support

This commit is contained in:
Jozef Nagy 2024-03-30 01:05:27 +01:00
parent 200d8baeaa
commit 5d67c2c599
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6
5 changed files with 649 additions and 184 deletions

View file

@ -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];