blob: bb643a79d651980451eb1ce7430739addfbd9a80 [file] [log] [blame]
Jesse Barnes7e127152009-09-10 15:28:02 -07001#ifndef ACPI_BUTTON_H
2#define ACPI_BUTTON_H
3
4#include <linux/notifier.h>
5
6extern int acpi_lid_notifier_register(struct notifier_block *nb);
7extern int acpi_lid_notifier_unregister(struct notifier_block *nb);
8extern int acpi_lid_open(void);
9
10#endif /* ACPI_BUTTON_H */