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:
qhuang8 2008-10-21 13:36:05 +00:00
parent 5d7ceba357
commit 8bc7aa6aa6
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <PiPei.h> #include <PiPei.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
#include <Protocol/FrameworkHii.h>
#define EFI_PROCESSOR_SUBCLASS_VERSION 0x00010000 #define EFI_PROCESSOR_SUBCLASS_VERSION 0x00010000

View File

@ -58,6 +58,10 @@ typedef struct _EFI_HII_PROTOCOL EFI_HII_PROTOCOL;
typedef UINT16 FRAMEWORK_EFI_HII_HANDLE; typedef UINT16 FRAMEWORK_EFI_HII_HANDLE;
typedef UINT16 STRING_REF;
typedef UINT32 RELOFST;
// //
// Global definition // Global definition
// //