]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-omap/board-sx1.h
ARM: OMAP1: Use MMC multislot structures for Siemens SX1 board
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-omap / board-sx1.h
index 2bb8dd6e2d14db850ec61009d443e403d9ee1689..355adbdaae33cf9bc1edec68e7f3f836fa3846c0 100644 (file)
@@ -41,6 +41,12 @@ int sx1_getkeylight(u8 *keylight);
 
 int sx1_setmmipower(u8 onoff);
 int sx1_setusbpower(u8 onoff);
-int sx1_setmmcpower(u8 onoff);
+int sx1_i2c_read_byte(u8 devaddr, u8 regoffset, u8 *value);
+int sx1_i2c_write_byte(u8 devaddr, u8 regoffset, u8 value);
+
+/* MMC prototypes */
+
+extern void sx1_mmc_init(void);
+extern void sx1_mmc_slot_cover_handler(void *arg, int state);
 
 #endif /* __ASM_ARCH_SX1_I2C_CHIPS_H */