mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
0f9d26a7dd
commit
102e727273
|
@ -171,7 +171,6 @@ typedef struct {
|
||||||
//
|
//
|
||||||
} EFI_HII_EXPORT_TABLE;
|
} EFI_HII_EXPORT_TABLE;
|
||||||
|
|
||||||
#define EFI_HII_UPDATE_DATA FRAMEWORK_EFI_HII_UPDATE_DATA
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
BOOLEAN FormSetUpdate; // If TRUE, next variable is significant
|
BOOLEAN FormSetUpdate; // If TRUE, next variable is significant
|
||||||
EFI_PHYSICAL_ADDRESS FormCallbackHandle; // If not 0, will update Formset with this info
|
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
|
STRING_REF FormTitle; // If not 0, will update Form with this info
|
||||||
UINT16 DataCount; // The number of Data entries in this structure
|
UINT16 DataCount; // The number of Data entries in this structure
|
||||||
UINT8 *Data; // An array of 1+ op-codes, specified by DataCount
|
UINT8 *Data; // An array of 1+ op-codes, specified by DataCount
|
||||||
} EFI_HII_UPDATE_DATA;
|
} FRAMEWORK_EFI_HII_UPDATE_DATA;
|
||||||
|
|
||||||
//
|
//
|
||||||
// String attributes
|
// String attributes
|
||||||
|
@ -711,7 +710,7 @@ EFI_STATUS
|
||||||
IN FRAMEWORK_EFI_HII_HANDLE Handle,
|
IN FRAMEWORK_EFI_HII_HANDLE Handle,
|
||||||
IN EFI_FORM_LABEL Label,
|
IN EFI_FORM_LABEL Label,
|
||||||
IN BOOLEAN AddData,
|
IN BOOLEAN AddData,
|
||||||
IN EFI_HII_UPDATE_DATA *Data
|
IN FRAMEWORK_EFI_HII_UPDATE_DATA *Data
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue