From 102e727273b535d9a3c133ed6fbf5ae7ff5abea2 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Fri, 18 Apr 2008 09:22:58 +0000 Subject: rename EFI_HII_UPDATE_DATA in FrameworkHii.h to FRAMEWORK_EFI_HII_UPDATE_DATA as it is a duplicated definition with IfrSupportLib.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5097 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Protocol/FrameworkHii.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'IntelFrameworkPkg') diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h index 0caf7adfcf..b37688b89b 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h @@ -171,7 +171,6 @@ 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 @@ -180,7 +179,7 @@ typedef struct { STRING_REF FormTitle; // If not 0, will update Form with this info UINT16 DataCount; // The number of Data entries in this structure UINT8 *Data; // An array of 1+ op-codes, specified by DataCount -} EFI_HII_UPDATE_DATA; +} FRAMEWORK_EFI_HII_UPDATE_DATA; // // String attributes @@ -711,7 +710,7 @@ EFI_STATUS IN FRAMEWORK_EFI_HII_HANDLE Handle, IN EFI_FORM_LABEL Label, IN BOOLEAN AddData, - IN EFI_HII_UPDATE_DATA *Data + IN FRAMEWORK_EFI_HII_UPDATE_DATA *Data ); /** -- cgit v1.2.3