Jesse Barnes | 7e12715 | 2009-09-10 15:28:02 -0700 | [diff] [blame^] | 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 */ |