2007-09-28 06:57:05 +09:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2007 Ivo van Doorn
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of the GNU General Public License version 2 as published
|
|
|
|
* by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __RFKILL_INPUT_H
|
|
|
|
#define __RFKILL_INPUT_H
|
|
|
|
|
|
|
|
void rfkill_switch_all(enum rfkill_type type, enum rfkill_state state);
|
2008-06-24 05:23:07 +09:00
|
|
|
void rfkill_epo(void);
|
2008-08-03 03:10:58 +09:00
|
|
|
void rfkill_restore_states(void);
|
2007-09-28 06:57:05 +09:00
|
|
|
|
|
|
|
#endif /* __RFKILL_INPUT_H */
|