diff options
Diffstat (limited to 'include/acpi/acparser.h')
| -rw-r--r-- | include/acpi/acparser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/acparser.h b/include/acpi/acparser.h index 42cc5b4d32a8..65d041ae49a0 100644 --- a/include/acpi/acparser.h +++ b/include/acpi/acparser.h @@ -247,6 +247,7 @@ acpi_ps_get_arg( union acpi_parse_object *op, u32 argn); +#ifdef ACPI_FUTURE_USAGE union acpi_parse_object * acpi_ps_get_child ( union acpi_parse_object *op); @@ -255,6 +256,7 @@ union acpi_parse_object * acpi_ps_get_depth_next ( union acpi_parse_object *origin, union acpi_parse_object *op); +#endif /* ACPI_FUTURE_USAGE */ /* pswalk - parse tree walk routines */ @@ -313,9 +315,11 @@ u8 acpi_ps_is_prefix_char ( u32 c); +#ifdef ACPI_FUTURE_USAGE u32 acpi_ps_get_name( union acpi_parse_object *op); +#endif void acpi_ps_set_name( |
