X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Facpi%2Facdispat.h;h=4efbb8d7e704b722d2d922a420df66cf2594c51f;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=e003a4f3ff4eaed11f01db8e946f3bc86c65ed29;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/acpi/acdispat.h b/include/acpi/acdispat.h index e003a4f3f..4efbb8d7e 100644 --- a/include/acpi/acdispat.h +++ b/include/acpi/acdispat.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 @@ -62,10 +62,12 @@ acpi_ds_obj_stack_pop ( u32 pop_count, struct acpi_walk_state *walk_state); +#ifdef ACPI_FUTURE_USAGE void * acpi_ds_obj_stack_get_value ( u32 index, struct acpi_walk_state *walk_state); +#endif acpi_status acpi_ds_obj_stack_pop_object ( @@ -248,11 +250,13 @@ u8 acpi_ds_is_method_value ( union acpi_operand_object *obj_desc); +#ifdef ACPI_FUTURE_USAGE acpi_object_type acpi_ds_method_data_get_type ( u16 opcode, u32 index, struct acpi_walk_state *walk_state); +#endif acpi_status acpi_ds_method_data_get_value ( @@ -440,9 +444,11 @@ acpi_ds_init_aml_walk ( struct acpi_parameter_info *info, u32 pass_number); +#ifdef ACPI_FUTURE_USAGE acpi_status acpi_ds_obj_stack_delete_all ( struct acpi_walk_state *walk_state); +#endif acpi_status acpi_ds_obj_stack_pop_and_delete ( @@ -478,10 +484,13 @@ struct acpi_walk_state * acpi_ds_get_current_walk_state ( struct acpi_thread_state *thread); +#ifdef ACPI_ENABLE_OBJECT_CACHE void acpi_ds_delete_walk_state_cache ( void); +#endif +#ifdef ACPI_FUTURE_USAGE acpi_status acpi_ds_result_insert ( void *object, @@ -493,6 +502,7 @@ acpi_ds_result_remove ( union acpi_operand_object **object, u32 index, struct acpi_walk_state *walk_state); +#endif acpi_status acpi_ds_result_pop (