]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/FormCallback.h
add some definitions about HII
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / FormCallback.h
index 74029137ccb32d12e102761f07ae59c2d8042a41..9c11bd60981c1ed4b3ed00051a449d42f0b61139 100644 (file)
@@ -26,6 +26,8 @@
 \r
 #include <PiDxe.h>\r
 \r
 \r
 #include <PiDxe.h>\r
 \r
+#include <Protocol/FrameworkHii.h>\r
+\r
 #define EFI_FORM_CALLBACK_PROTOCOL_GUID \\r
   { \\r
     0xf3e4543d, 0xcf35, 0x6cef, {0x35, 0xc4, 0x4f, 0xe6, 0x34, 0x4d, 0xfc, 0x54 } \\r
 #define EFI_FORM_CALLBACK_PROTOCOL_GUID \\r
   { \\r
     0xf3e4543d, 0xcf35, 0x6cef, {0x35, 0xc4, 0x4f, 0xe6, 0x34, 0x4d, 0xfc, 0x54 } \\r
@@ -67,6 +69,7 @@ typedef struct {
   //\r
 } EFI_IFR_DATA_ARRAY;\r
 \r
   //\r
 } EFI_IFR_DATA_ARRAY;\r
 \r
+\r
 typedef union {\r
   EFI_IFR_DATA_ARRAY  DataArray;  // Primarily used by those who call back to their drivers and use HII as a repository\r
   EFI_IFR_PACKET      DataPacket; // Primarily used by those which do not use HII as a repository\r
 typedef union {\r
   EFI_IFR_DATA_ARRAY  DataArray;  // Primarily used by those who call back to their drivers and use HII as a repository\r
   EFI_IFR_PACKET      DataPacket; // Primarily used by those which do not use HII as a repository\r