/* * Copyright (C) ST-Ericsson SA 2010 * * Author: Mathieu Poirier * * License terms: GNU General Public License (GPL) version 2 */ #ifndef __SNOWBALL_H #define __SNOWBALL_H #define SNOWBALL_SDMMC_EN_GPIO 217 #define SNOWBALL_SDMMC_1V8_3V_GPIO 228 #define SNOWBALL_SDMMC_CD_GPIO 218 void mop500_msp_init(void); void __init snowball_pins_init(void); int msp13_i2s_init(void); int msp13_i2s_exit(void); #endif