TianoCore EDK2 master
Loading...
Searching...
No Matches
Apriori.h
Go to the documentation of this file.
1
14#ifndef __APRIORI_GUID_H__
15#define __APRIORI_GUID_H__
16
17#define EFI_APRIORI_GUID \
18 { \
19 0xfc510ee7, 0xffdc, 0x11d4, {0xbd, 0x41, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } \
20 }
21
22extern EFI_GUID gAprioriGuid;
23
24#endif
Definition: Base.h:213