diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/combo_mt66xx.h')
-rwxr-xr-x | ANDROID_3.4.5/include/linux/combo_mt66xx.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ANDROID_3.4.5/include/linux/combo_mt66xx.h b/ANDROID_3.4.5/include/linux/combo_mt66xx.h deleted file mode 100755 index 7f46cf7f..00000000 --- a/ANDROID_3.4.5/include/linux/combo_mt66xx.h +++ /dev/null @@ -1,25 +0,0 @@ - - -#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 |