Added global GUID variables
This commit is contained in:
parent
bbabf877a7
commit
01c1e3aa2e
2 changed files with 33 additions and 9 deletions
8
efi.h
8
efi.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue