diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/button.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/acpi/button.h b/include/acpi/button.h new file mode 100644 index 000000000000..bb643a79d651 --- /dev/null +++ b/include/acpi/button.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef ACPI_BUTTON_H | ||
2 | #define ACPI_BUTTON_H | ||
3 | |||
4 | #include <linux/notifier.h> | ||
5 | |||
6 | extern int acpi_lid_notifier_register(struct notifier_block *nb); | ||
7 | extern int acpi_lid_notifier_unregister(struct notifier_block *nb); | ||
8 | extern int acpi_lid_open(void); | ||
9 | |||
10 | #endif /* ACPI_BUTTON_H */ | ||