00001 00041 #ifndef BOARD_SDMMC_H_INCLUDED 00042 #define BOARD_SDMMC_H_INCLUDED 00043 00045 #define BOARD_MCISLOT_A_CD 43 00046 #define BOARD_MCISLOT_B_CD 40 00047 #define BOARD_MCISLOT_A_WP 108 00048 #define BOARD_MCISLOT_B_WP 38 00049 00050 static inline void board_mcislots_enable(unsigned int host_id) 00051 { 00052 } 00053 00054 #endif /* BOARD_SDMMC_H_INCLUDED */
1.5.8