diff options
Diffstat (limited to 'source/include/acparser.h')
-rw-r--r-- | source/include/acparser.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/include/acparser.h b/source/include/acparser.h index a89c5c4c46358..1fbd0cc40aa3b 100644 --- a/source/include/acparser.h +++ b/source/include/acparser.h @@ -106,7 +106,12 @@ AcpiPsGetNextNamepath ( ACPI_WALK_STATE *WalkState, ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT *Arg, - BOOLEAN MethodCall); + BOOLEAN PossibleMethodCall); + +/* Values for BOOLEAN above */ + +#define ACPI_NOT_METHOD_CALL FALSE +#define ACPI_POSSIBLE_METHOD_CALL TRUE ACPI_STATUS AcpiPsGetNextArg ( |