add some definitions about HII
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2914 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
#define EFI_FORM_CALLBACK_PROTOCOL_GUID \
|
||||
{ \
|
||||
0xf3e4543d, 0xcf35, 0x6cef, {0x35, 0xc4, 0x4f, 0xe6, 0x34, 0x4d, 0xfc, 0x54 } \
|
||||
@@ -67,6 +69,7 @@ typedef struct {
|
||||
//
|
||||
} EFI_IFR_DATA_ARRAY;
|
||||
|
||||
|
||||
typedef union {
|
||||
EFI_IFR_DATA_ARRAY DataArray; // Primarily used by those who call back to their drivers and use HII as a repository
|
||||
EFI_IFR_PACKET DataPacket; // Primarily used by those which do not use HII as a repository
|
||||
|
Reference in New Issue
Block a user