TianoCore EDK2 master
Loading...
Searching...
No Matches
FirmwareContentsSigned.h
Go to the documentation of this file.
1
12#ifndef __FIRMWARE_CONTENTS_SIGNED_GUID_H__
13#define __FIRMWARE_CONTENTS_SIGNED_GUID_H__
14
15#define EFI_FIRMWARE_CONTENTS_SIGNED_GUID \
16 { 0xf9d89e8, 0x9259, 0x4f76, {0xa5, 0xaf, 0xc, 0x89, 0xe3, 0x40, 0x23, 0xdf } }
17
18extern EFI_GUID gEfiFirmwareContentsSignedGuid;
19
20#endif
Definition: Base.h:213