Initial commit

This commit is contained in:
Sergey Kishchenko
2009-11-03 01:12:52 +02:00
commit 5e27c24b6f
22782 changed files with 8995458 additions and 0 deletions

16
net/rfkill/rfkill-input.h Executable file
View File

@@ -0,0 +1,16 @@
/*
* 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);
#endif /* __RFKILL_INPUT_H */