diff options
Diffstat (limited to 'documentation/UEFI/EFI_GUID')
-rw-r--r-- | documentation/UEFI/EFI_GUID | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/UEFI/EFI_GUID b/documentation/UEFI/EFI_GUID new file mode 100644 index 0000000..521b083 --- /dev/null +++ b/documentation/UEFI/EFI_GUID @@ -0,0 +1,6 @@ +typedef struct { +UINT32 Data1 ; +UINT16 Data2 ; +UINT16 Data3 ; +UINT8 Data4[8]; +} EFI_GUID; |