rfkill-input.h 450 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2007 Ivo van Doorn
  3. */
  4. /*
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of the GNU General Public License version 2 as published
  7. * by the Free Software Foundation.
  8. */
  9. #ifndef __RFKILL_INPUT_H
  10. #define __RFKILL_INPUT_H
  11. void rfkill_switch_all(enum rfkill_type type, enum rfkill_state state);
  12. void rfkill_epo(void);
  13. void rfkill_restore_states(void);
  14. #endif /* __RFKILL_INPUT_H */