mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
add EFI_EXP_BASE10_DATA definitions
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2809 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
157d0d3a87
commit
df2b7d51f5
@ -159,6 +159,11 @@ typedef struct {
|
||||
} EFI_EXP_BASE2_DATA;
|
||||
|
||||
|
||||
typedef struct {
|
||||
UINT16 Value;
|
||||
UINT16 Exponent;
|
||||
} EFI_EXP_BASE10_DATA;
|
||||
|
||||
typedef EFI_EXP_BASE10_DATA EFI_PROCESSOR_MAX_CORE_FREQUENCY_DATA;
|
||||
|
||||
typedef EFI_EXP_BASE10_DATA EFI_PROCESSOR_MAX_FSB_FREQUENCY_DATA;
|
||||
|
Loading…
x
Reference in New Issue
Block a user