mirror of
https://github.com/acpica/acpica/
synced 2025-01-25 10:52:02 +03:00
Ran acpisrc source cleanup
date 2000.09.15.17.16.00; author rmoore1; state Exp;
This commit is contained in:
parent
4ba4105e7c
commit
df1a77b00b
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: aclocal.h - Internal data types used across the ACPI subsystem
|
||||
* $Revision: 1.79 $
|
||||
* $Revision: 1.81 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -716,6 +716,7 @@ typedef struct acpi_init_walk_info
|
||||
|
||||
typedef struct acpi_device_walk_info
|
||||
{
|
||||
UINT32 Flags;
|
||||
UINT16 DeviceCount;
|
||||
UINT16 Num_STA;
|
||||
UINT16 Num_INI;
|
||||
@ -749,7 +750,6 @@ typedef struct AcpiWalkInfo
|
||||
#define PCI_ROOT_HID_VALUE 0x030AD041 /* EISAID("PNP0A03") */
|
||||
|
||||
|
||||
|
||||
/* Sleep states */
|
||||
|
||||
#define SLWA_DEBUG_LEVEL 4
|
||||
|
Loading…
Reference in New Issue
Block a user