Added global GUID variables

This commit is contained in:
Jozef Nagy 2024-01-21 18:46:13 +01:00
parent bbabf877a7
commit 01c1e3aa2e
No known key found for this signature in database
GPG key ID: 2D281D7D04AF4A3C
2 changed files with 33 additions and 9 deletions

8
efi.h
View file

@ -164,14 +164,6 @@ typedef struct EFI_BOOT_SERVICES EFI_BOOT_SERVICES;
// EFI System Table
typedef struct EFI_SYSTEM_TABLE EFI_SYSTEM_TABLE;
// EFI GUID
typedef struct EFI_GUID {
UINT32 Data1;
UINT16 Data2;
UINT16 Data3;
UINT8 Data4[8];
} EFI_GUID;
// EFI Certificate RSA2048 SHA256 Block
typedef struct _EFI_CERT_BLOCK_RSA_2048_SHA256 {
EFI_GUID HashType;