Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / arm / mach-ux500 / board-mop500.h
1 /*
2  * Copyright (C) ST-Ericsson SA 2010
3  *
4  * License terms: GNU General Public License (GPL) version 2
5  */
6
7 #ifndef __BOARD_MOP500_H
8 #define __BOARD_MOP500_H
9
10 #define MOP500_EGPIO(x)                 (NOMADIK_NR_GPIO + (x))
11
12 /* GPIOs on the TC35892 expander */
13 #define GPIO_SDMMC_CD                   MOP500_EGPIO(3)
14 #define GPIO_SDMMC_EN                   MOP500_EGPIO(17)
15 #define GPIO_SDMMC_1V8_3V_SEL           MOP500_EGPIO(18)
16
17 extern void mop500_sdi_init(void);
18 extern void mop500_sdi_tc35892_init(void);
19 extern void mop500_keypad_init(void);
20
21 #endif