import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-mt8127 / include / mach / devs.h
1 #ifndef __DEVS_H__
2 #define __DEVS_H__
3
4 #include <board-custom.h>
5 #include <mach/board.h>
6
7 #define CFG_DEV_UART1
8 #define CFG_DEV_UART2
9 #define CFG_DEV_UART3
10 #define CFG_DEV_UART4
11
12 /*
13 * Define constants.
14 */
15
16 #define MTK_UART_SIZE 0x100
17
18 /*
19 * Define function prototype.
20 */
21
22 extern int mt_board_init(void);
23
24 //extern unsigned int *get_modem_size_list(void);
25 //extern unsigned int get_nr_modem(void);
26
27 #endif /* !__MT6575_DEVS_H__ */
28