Removed obsolete AML_ATTACHMENT flag

date	2001.10.22.20.29.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:44:37 +00:00
parent 8675c3e5f8
commit 9e777f8b1b

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: aclocal.h - Internal data types used across the ACPI subsystem
* $Revision: 1.139 $
* $Revision: 1.140 $
*
*****************************************************************************/
@ -294,7 +294,7 @@ typedef struct acpi_node
/* Node flags */
#define ANOBJ_AML_ATTACHMENT 0x01
#define ANOBJ_RESERVED 0x01
#define ANOBJ_END_OF_PEER_LIST 0x02
#define ANOBJ_DATA_WIDTH_32 0x04 /* Parent table is 64-bits */
#define ANOBJ_METHOD_ARG 0x08