summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/mt5931_6622.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/linux/mt5931_6622.h')
-rwxr-xr-xANDROID_3.4.5/include/linux/mt5931_6622.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/include/linux/mt5931_6622.h b/ANDROID_3.4.5/include/linux/mt5931_6622.h
new file mode 100755
index 00000000..e7715119
--- /dev/null
+++ b/ANDROID_3.4.5/include/linux/mt5931_6622.h
@@ -0,0 +1,26 @@
+
+
+#ifndef __MT5931__H__
+#define __MT5931__H__
+
+struct mt5931_sdio_eint_platform_data {
+ /* used for sdio eint. */
+ int sdio_eint;
+};
+
+struct mtk_mt5931_platform_data {
+ /* GPIO pin config */
+ int pmu;
+ int rst;
+};
+
+struct mtk_mt6622_platform_data {
+ /* GPIO pin config */
+ int pmu;
+ int rst;
+
+ /* used for bt eint. */
+ int bt_eint;
+};
+
+#endif