]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/acpi/acpixf.h
ACPI: Introduce acpi_device_sleep_wake function
[linux-2.6-omap-h63xx.git] / include / acpi / acpixf.h
index d970f7f99549639183b73d8324043c2805020dd5..2c3806e6546f278656ffb0342486fccc28c7643f 100644 (file)
@@ -6,7 +6,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2007, R. Byron Moore
+ * Copyright (C) 2000 - 2008, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -119,6 +119,11 @@ acpi_status
 acpi_get_table_by_index(acpi_native_uint table_index,
                        struct acpi_table_header **out_table);
 
+acpi_status
+acpi_install_table_handler(acpi_tbl_handler handler, void *context);
+
+acpi_status acpi_remove_table_handler(acpi_tbl_handler handler);
+
 /*
  * Namespace and name interfaces
  */