summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/imx_rfkill.h
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2010-12-06 20:03:35 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:08:00 +0800
commit018dac31f1de9861b08ff53d3eb3276752429304 (patch)
treec1854aabe21735bdb6be64ab442305688254f244 /arch/arm/plat-mxc/include/mach/imx_rfkill.h
parente038117befaa39ddfe600c4e50c550872d52613f (diff)
ENGR00137669 rfkill: mx53: ath3k rfkill interface.
MX53 SMD board use ath3k Bluetooth Chip. Add rfkill interface to control AR3K BT's power and reset. when power on bt, it require to reset BT chip. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/imx_rfkill.h')
-rwxr-xr-xarch/arm/plat-mxc/include/mach/imx_rfkill.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/imx_rfkill.h b/arch/arm/plat-mxc/include/mach/imx_rfkill.h
new file mode 100755
index 000000000000..d7263f577bb7
--- /dev/null
+++ b/arch/arm/plat-mxc/include/mach/imx_rfkill.h
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2011 Freescale Semiconductor, Inc. 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 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef IMX_RFKILL_H
+#define IMX_RFKILL_H
+struct imx_bt_rfkill_platform_data {
+ int (*power_change) (int status);
+};
+
+#endif