rfkill-input.h 393 B

12345678910111213141516
  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. #endif /* __RFKILL_INPUT_H */