X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Facpi%2Facparser.h;h=c0395ef2b0d0602be9907e21fc04fb120398905f;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=42cc5b4d32a80b4a40a02df5a0c95e80c5462af2;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/include/acpi/acparser.h b/include/acpi/acparser.h index 42cc5b4d3..c0395ef2b 100644 --- a/include/acpi/acparser.h +++ b/include/acpi/acparser.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2004, R. Byron Moore + * Copyright (C) 2000 - 2005, R. Byron Moore * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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 */ @@ -301,9 +303,11 @@ void acpi_ps_free_op ( union acpi_parse_object *op); +#ifdef ACPI_ENABLE_OBJECT_CACHE void acpi_ps_delete_parse_cache ( void); +#endif u8 acpi_ps_is_leading_char ( @@ -313,9 +317,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(