1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * ideapad-laptop.h - Lenovo IdeaPad ACPI Extras
5 * Copyright © 2010 Intel Corporation
9 #ifndef _IDEAPAD_LAPTOP_H_
10 #define _IDEAPAD_LAPTOP_H_
12 #include <linux/notifier.h>
14 enum ideapad_laptop_notifier_actions {
15 IDEAPAD_LAPTOP_YMC_EVENT,
18 int ideapad_laptop_register_notifier(struct notifier_block *nb);
19 int ideapad_laptop_unregister_notifier(struct notifier_block *nb);
20 void ideapad_laptop_call_notifier(unsigned long action, void *data);
22 #endif /* !_IDEAPAD_LAPTOP_H_ */