TianoCore EDK2 master
Loading...
Searching...
No Matches
OvmfPlatformConfig.h
Go to the documentation of this file.
1
10#ifndef __OVMF_PLATFORM_CONFIG_H__
11#define __OVMF_PLATFORM_CONFIG_H__
12
13#define OVMF_PLATFORM_CONFIG_GUID \
14{0x7235c51c, 0x0c80, 0x4cab, {0x87, 0xac, 0x3b, 0x08, 0x4a, 0x63, 0x04, 0xb1}}
15
16extern EFI_GUID gOvmfPlatformConfigGuid;
17
18#endif
Definition: Base.h:213