TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatDriOverrideHii.h
Go to the documentation of this file.
1
9#ifndef __PLATFORM_DRIVER_OVERRIDE_HII_GUID_H__
10#define __PLATFORM_DRIVER_OVERRIDE_HII_GUID_H__
11
12#define PLAT_OVER_MNGR_GUID \
13 { \
14 0x8614567d, 0x35be, 0x4415, {0x8d, 0x88, 0xbd, 0x7d, 0xc, 0x9c, 0x70, 0xc0} \
15 }
16
17extern EFI_GUID gPlatformOverridesManagerGuid;
18
19#endif
Definition: Base.h:213