X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Facpi%2Facpiosxf.h;h=857c8072eb1e0d84baee03d5fcd5c16fe264ad90;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=a76c952f89af4f5558619c8a21cde29ae0192b48;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/acpi/acpiosxf.h b/include/acpi/acpiosxf.h index a76c952f8..857c8072e 100644 --- a/include/acpi/acpiosxf.h +++ b/include/acpi/acpiosxf.h @@ -9,7 +9,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 @@ -176,10 +176,12 @@ acpi_os_unmap_memory ( void __iomem *logical_address, acpi_size size); +#ifdef ACPI_FUTURE_USAGE acpi_status acpi_os_get_physical_address ( void *logical_address, acpi_physical_address *physical_address); +#endif /* @@ -216,10 +218,13 @@ void acpi_os_wait_events_complete( void * context); +void +acpi_os_wait_events_complete ( + void *context); + void acpi_os_sleep ( - u32 seconds, - u32 milliseconds); + acpi_integer milliseconds); void acpi_os_stall ( @@ -299,12 +304,14 @@ acpi_os_readable ( void *pointer, acpi_size length); +#ifdef ACPI_FUTURE_USAGE u8 acpi_os_writable ( void *pointer, acpi_size length); +#endif -u32 +u64 acpi_os_get_timer ( void); @@ -336,9 +343,11 @@ acpi_os_redirect_output ( * Debug input */ +#ifdef ACPI_FUTURE_USAGE u32 acpi_os_get_line ( char *buffer); +#endif /*