mirror of https://github.com/acidanthera/audk.git
Rename enum with a duplicate name of EVENT_LOG_TYPE_DATA.
The new name used for the second enum is EVENT_LOG_VARIABLE_DATA. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8138 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
81c1213cae
commit
55deb97841
|
@ -1152,7 +1152,7 @@ typedef enum {
|
|||
EventLogVariableMutliEventSysManagmentType = 0x06,
|
||||
EventLogVariableUnused = 0x07,
|
||||
EventLogVariableOEMAssigned = 0x80
|
||||
} EVENT_LOG_TYPE_DATA;
|
||||
} EVENT_LOG_VARIABLE_DATA;
|
||||
|
||||
///
|
||||
/// Group Item Entry
|
||||
|
|
Loading…
Reference in New Issue