mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-20 08:03:25 +00:00
11 lines
268 B
C
11 lines
268 B
C
![]() |
#ifndef ACPI_BUTTON_H
|
||
|
#define ACPI_BUTTON_H
|
||
|
|
||
|
#include <linux/notifier.h>
|
||
|
|
||
|
extern int acpi_lid_notifier_register(struct notifier_block *nb);
|
||
|
extern int acpi_lid_notifier_unregister(struct notifier_block *nb);
|
||
|
extern int acpi_lid_open(void);
|
||
|
|
||
|
#endif /* ACPI_BUTTON_H */
|