A new constant

date	99.06.04.22.24.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:24:47 +00:00
parent 49899bf919
commit a113400492
1 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,11 @@
#define MAX_SCOPE_NESTING 15 /* Max nesting of name scopes, used for sizing stacks */
/* Names within the namespace are 4 bytes long */
#define ACPI_NAME_SIZE 4
/*
* Defining FETCH_VALUES enables AcpiExecuteMethod() to "execute"
* a name which is not a Method by fetching and returning its value.