diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acpi_bus.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 504af20b10c1..2f1c68c7a727 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -323,6 +323,9 @@ extern struct kobject *acpi_kobj; | |||
323 | extern int acpi_bus_generate_netlink_event(const char*, const char*, u8, int); | 323 | extern int acpi_bus_generate_netlink_event(const char*, const char*, u8, int); |
324 | void acpi_bus_private_data_handler(acpi_handle, u32, void *); | 324 | void acpi_bus_private_data_handler(acpi_handle, u32, void *); |
325 | int acpi_bus_get_private_data(acpi_handle, void **); | 325 | int acpi_bus_get_private_data(acpi_handle, void **); |
326 | extern int acpi_notifier_call_chain(struct acpi_device *, u32, u32); | ||
327 | extern int register_acpi_notifier(struct notifier_block *); | ||
328 | extern int unregister_acpi_notifier(struct notifier_block *); | ||
326 | /* | 329 | /* |
327 | * External Functions | 330 | * External Functions |
328 | */ | 331 | */ |