dell-rbtn.h 351 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. Dell Airplane Mode Switch driver
  4. Copyright (C) 2014-2015 Pali Rohár <pali@kernel.org>
  5. */
  6. #ifndef _DELL_RBTN_H_
  7. #define _DELL_RBTN_H_
  8. struct notifier_block;
  9. int dell_rbtn_notifier_register(struct notifier_block *nb);
  10. int dell_rbtn_notifier_unregister(struct notifier_block *nb);
  11. #endif