diff options
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/FrameworkHii.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/FrameworkHii.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h index aa99849eac..0caf7adfcf 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h @@ -171,6 +171,7 @@ typedef struct { //
} EFI_HII_EXPORT_TABLE;
+#define EFI_HII_UPDATE_DATA FRAMEWORK_EFI_HII_UPDATE_DATA
typedef struct {
BOOLEAN FormSetUpdate; // If TRUE, next variable is significant
EFI_PHYSICAL_ADDRESS FormCallbackHandle; // If not 0, will update Formset with this info
|