mirror of
https://github.com/acpica/acpica/
synced 2025-03-18 12:12:53 +03:00
New global, one rename
date 2004.02.20.22.41.00; author rmoore1; state Exp;
This commit is contained in:
parent
2040126bb6
commit
b513ff2256
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acglobal.h - Declarations for global variables
|
||||
* $Revision: 1.146 $
|
||||
* $Revision: 1.147 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -238,7 +238,8 @@ ACPI_EXTERN BOOLEAN AcpiGbl_EventsInitialized;
|
||||
extern BOOLEAN AcpiGbl_Shutdown;
|
||||
extern UINT32 AcpiGbl_StartupFlags;
|
||||
extern const UINT8 AcpiGbl_DecodeTo8bit[8];
|
||||
extern const char *AcpiGbl_DbSleepStates[ACPI_S_STATE_COUNT];
|
||||
extern const char *AcpiGbl_SleepStateNames[ACPI_S_STATE_COUNT];
|
||||
extern const char *AcpiGbl_HighestDstateNames[4];
|
||||
extern const ACPI_OPCODE_INFO AcpiGbl_AmlOpInfo[AML_NUM_OPCODES];
|
||||
extern const char *AcpiGbl_RegionTypes[ACPI_NUM_PREDEFINED_REGIONS];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user