]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - include/acpi/acpi_bus.h
Pull d-states into release branch
[linux-2.6.git] / include / acpi / acpi_bus.h
index 5e3dcf3299bf90c68ae537de9c07d9fbbb9d69f6..a9f73efa01bcda26f8acc7fb1406db50527e02cf 100644 (file)
@@ -365,6 +365,8 @@ acpi_handle acpi_get_child(acpi_handle, acpi_integer);
 acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int);
 #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->archdata.acpi_handle))
 
+int acpi_pm_device_sleep_state(struct device *, int, int *);
+
 #endif                         /* CONFIG_ACPI */
 
 #endif /*__ACPI_BUS_H__*/