mirror of https://github.com/acidanthera/audk.git
Add missing Framework HII definitions to pass build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6172 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5d7ceba357
commit
8bc7aa6aa6
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <PiPei.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
#define EFI_PROCESSOR_SUBCLASS_VERSION 0x00010000
|
||||
|
||||
|
|
|
@ -58,6 +58,10 @@ typedef struct _EFI_HII_PROTOCOL EFI_HII_PROTOCOL;
|
|||
|
||||
typedef UINT16 FRAMEWORK_EFI_HII_HANDLE;
|
||||
|
||||
typedef UINT16 STRING_REF;
|
||||
|
||||
typedef UINT32 RELOFST;
|
||||
|
||||
//
|
||||
// Global definition
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue