summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-05-25 16:49:08 -0700
committerGary King <gking@nvidia.com>2010-05-25 16:52:14 -0700
commit00d122d6d2a7cac085554c5655933c1c0e122e88 (patch)
tree952c1879956212642f2fefc79f224df8cf546014 /include
parent61ad8dcf738d41a0b2d5a0a3dc71e3a01b212b32 (diff)
misc: rfkill: add rfkill driver for Murata LBEE9QMBC module
Change-Id: Ib2d277392f9c2e2aa0c3ecb3e3c1f936cd5150b0
Diffstat (limited to 'include')
-rw-r--r--include/linux/lbee9qmb-rfkill.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/include/linux/lbee9qmb-rfkill.h b/include/linux/lbee9qmb-rfkill.h
new file mode 100644
index 000000000000..24db7d495242
--- /dev/null
+++ b/include/linux/lbee9qmb-rfkill.h
@@ -0,0 +1,29 @@
+/*
+ * Bluetooth+WiFi Murata LBEE19QMBC rfkill power control via GPIO
+ *
+ * Copyright (C) 2010 NVIDIA Corporation
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
+#ifndef __LBEE9QMB_RFKILL_H
+#define __LBEE9QMB_RFKILL_H
+
+struct lbee9qmb_platform_data {
+ int gpio_reset;
+};
+
+#endif