clean up DEVICE_INFO struct

date	2000.10.13.22.28.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:12:27 +00:00
parent 83ffb58e80
commit d212d77707

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actypes.h - Common data types for the entire ACPI subsystem
* $Revision: 1.141 $
* $Revision: 1.142 $
*
*****************************************************************************/
@ -739,11 +739,8 @@ ACPI_STATUS (*WALK_CALLBACK) (
#define ACPI_COMMON_OBJ_INFO \
ACPI_OBJECT_TYPE Type; /* ACPI object type */ \
ACPI_NAME Name; /* ACPI object Name */ \
/* TBD: [Restructure] Do we want or need these next two??*/ \
ACPI_HANDLE Parent; /* Parent object */ \
ACPI_HANDLE Children; /* Linked list of children */ \
UINT32 Valid /* ????? */
ACPI_NAME Name /* ACPI object Name */
typedef struct
{
@ -755,9 +752,7 @@ typedef struct
{
ACPI_COMMON_OBJ_INFO;
/*
* TBD: [Restructure]: a HID or a _UID can return either a number or a string
*/
UINT32 Valid; /* Are the next bits legit? */
NATIVE_CHAR HardwareId [9]; /* _HID value if any */
NATIVE_CHAR UniqueId[9]; /* _UID value if any */
ACPI_INTEGER Address; /* _ADR value if any */