aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/dell/dell-rbtn.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/dell/dell-rbtn.h')
-rw-r--r--drivers/platform/x86/dell/dell-rbtn.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/platform/x86/dell/dell-rbtn.h b/drivers/platform/x86/dell/dell-rbtn.h
new file mode 100644
index 000000000000..5e030f926c58
--- /dev/null
+++ b/drivers/platform/x86/dell/dell-rbtn.h
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ Dell Airplane Mode Switch driver
+ Copyright (C) 2014-2015 Pali Rohár <pali@kernel.org>
+
+*/
+
+#ifndef _DELL_RBTN_H_
+#define _DELL_RBTN_H_
+
+struct notifier_block;
+
+int dell_rbtn_notifier_register(struct notifier_block *nb);
+int dell_rbtn_notifier_unregister(struct notifier_block *nb);
+
+#endif