diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-11-08 16:16:02 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-11-10 13:32:18 +0100 |
commit | 389f3b79a16e76d289cdafad29d7f5664c2c393f (patch) | |
tree | 52a1deab41c028c2d6d26bba612b33a722b21665 /include | |
parent | 9fc06f5dd3fab51503f1ccbb2648ac9f09f0cbac (diff) | |
download | connman-389f3b79a16e76d289cdafad29d7f5664c2c393f.tar.gz connman-389f3b79a16e76d289cdafad29d7f5664c2c393f.tar.bz2 connman-389f3b79a16e76d289cdafad29d7f5664c2c393f.zip |
rfkill.h: Remove unused header file
Diffstat (limited to 'include')
-rw-r--r-- | include/rfkill.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/include/rfkill.h b/include/rfkill.h deleted file mode 100644 index a51f1f3b..00000000 --- a/include/rfkill.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * - * Connection Manager - * - * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. - * - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -#ifndef __CONNMAN_RFKILL_H -#define __CONNMAN_RFKILL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* __CONNMAN_RFKILL_H */ |