blob: 0fdc81644458927f2cea2f56adfbf664eb29929b [file] [log] [blame]
Thomas Gleixnerc942fdd2019-05-27 08:55:06 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Pali Rohárb05ffc92015-06-06 10:23:29 +02002/*
3 Dell Airplane Mode Switch driver
4 Copyright (C) 2014-2015 Pali Rohár <pali.rohar@gmail.com>
5
Pali Rohárb05ffc92015-06-06 10:23:29 +02006*/
7
8#ifndef _DELL_RBTN_H_
9#define _DELL_RBTN_H_
10
11struct notifier_block;
12
13int dell_rbtn_notifier_register(struct notifier_block *nb);
14int dell_rbtn_notifier_unregister(struct notifier_block *nb);
15
16#endif