button.h 268 B

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