mirror of https://github.com/acidanthera/audk.git
added ACPI_TIMER_FREQUENCY definition
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1577 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
34a0c84476
commit
148ac238cc
|
@ -55,6 +55,11 @@ typedef struct {
|
|||
#define ACPI_ADDRESS_SPACE_TYPE_IO 0x01
|
||||
#define ACPI_ADDRESS_SPACE_TYPE_BUS 0x02
|
||||
|
||||
//
|
||||
// Power Management Timer frequency is fixed at 3.579545MHz
|
||||
//
|
||||
#define ACPI_TIMER_FREQUENCY 3579545
|
||||
|
||||
//
|
||||
// Make sure structures match spec
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue