diff options
Diffstat (limited to 'include/linux/combo_mt66xx.h')
-rwxr-xr-x | include/linux/combo_mt66xx.h | 25 |
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 |