1*7e12715eSJesse Barnes #ifndef ACPI_BUTTON_H 2*7e12715eSJesse Barnes #define ACPI_BUTTON_H 3*7e12715eSJesse Barnes 4*7e12715eSJesse Barnes #include <linux/notifier.h> 5*7e12715eSJesse Barnes 6*7e12715eSJesse Barnes extern int acpi_lid_notifier_register(struct notifier_block *nb); 7*7e12715eSJesse Barnes extern int acpi_lid_notifier_unregister(struct notifier_block *nb); 8*7e12715eSJesse Barnes extern int acpi_lid_open(void); 9*7e12715eSJesse Barnes 10*7e12715eSJesse Barnes #endif /* ACPI_BUTTON_H */ 11