summaryrefslogtreecommitdiff
path: root/include/linux/combo_mt66xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/combo_mt66xx.h')
-rwxr-xr-xinclude/linux/combo_mt66xx.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/linux/combo_mt66xx.h b/include/linux/combo_mt66xx.h
new file mode 100755
index 00000000..7f46cf7f
--- /dev/null
+++ b/include/linux/combo_mt66xx.h
@@ -0,0 +1,25 @@
+
+
+#ifndef __COMBO_MT66XX_H__
+#define __COMBO_MT66xx_H__
+
+struct mtk_wmt_platform_data {
+ /* GPIO pin config */
+ int pmu;
+ int rst;
+ int bgf_int;
+ int urt_cts;
+ int rtc;
+ int gps_sync;
+ int gps_lna;
+
+ /* kernel launcher parameter. */
+
+};
+
+struct mtk_sdio_eint_platform_data {
+ /* used for sdio eint. */
+ int sdio_eint;
+};
+
+#endif