]> Git Repo - J-linux.git/blob - drivers/platform/x86/dell/dell-rbtn.h
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[J-linux.git] / drivers / platform / x86 / dell / dell-rbtn.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3     Dell Airplane Mode Switch driver
4     Copyright (C) 2014-2015  Pali Rohár <[email protected]>
5
6 */
7
8 #ifndef _DELL_RBTN_H_
9 #define _DELL_RBTN_H_
10
11 struct notifier_block;
12
13 int dell_rbtn_notifier_register(struct notifier_block *nb);
14 int dell_rbtn_notifier_unregister(struct notifier_block *nb);
15
16 #endif
This page took 0.032601 seconds and 4 git commands to generate.