mirror of
https://github.com/acpica/acpica/
synced 2025-03-20 13:13:27 +03:00
Add comments
date 2004.03.30.18.53.00; author rmoore1; state Exp;
This commit is contained in:
parent
0c7be6a09a
commit
e299e7fc79
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acglobal.h - Declarations for global variables
|
||||
* $Revision: 1.150 $
|
||||
* $Revision: 1.151 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -160,8 +160,13 @@ extern UINT32 AcpiGbl_NestingLevel;
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* Create the predefined _OSI method in the namespace? */
|
||||
ACPI_EXTERN UINT8 ACPI_INIT_GLOBAL (AcpiGbl_CreateOsiMethod, TRUE);
|
||||
|
||||
/* Automatically serialize ALL control methods? */
|
||||
ACPI_EXTERN UINT8 ACPI_INIT_GLOBAL (AcpiGbl_AllMethodsSerialized, FALSE);
|
||||
|
||||
/* Disable wakeup GPEs during runtime? */
|
||||
ACPI_EXTERN UINT8 ACPI_INIT_GLOBAL (AcpiGbl_LeaveWakeGpesDisabled, TRUE);
|
||||
|
||||
/*****************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user