mmc: omap: don't set wrong voltage select for mmc2
[pandora-u-boot.git] / include / _exports.h
1 /*
2  * You do not need to use #ifdef around functions that may not exist
3  * in the final configuration (such as i2c).
4  */
5 EXPORT_FUNC(get_version)
6 EXPORT_FUNC(getc)
7 EXPORT_FUNC(tstc)
8 EXPORT_FUNC(putc)
9 EXPORT_FUNC(puts)
10 EXPORT_FUNC(printf)
11 EXPORT_FUNC(install_hdlr)
12 EXPORT_FUNC(free_hdlr)
13 EXPORT_FUNC(malloc)
14 EXPORT_FUNC(free)
15 EXPORT_FUNC(udelay)
16 EXPORT_FUNC(get_timer)
17 EXPORT_FUNC(vprintf)
18 EXPORT_FUNC(do_reset)
19 EXPORT_FUNC(getenv)
20 EXPORT_FUNC(setenv)
21 EXPORT_FUNC(simple_strtoul)
22 EXPORT_FUNC(strict_strtoul)
23 EXPORT_FUNC(simple_strtol)
24 EXPORT_FUNC(strcmp)
25 EXPORT_FUNC(i2c_write)
26 EXPORT_FUNC(i2c_read)
27 EXPORT_FUNC(spi_init)
28 EXPORT_FUNC(spi_setup_slave)
29 EXPORT_FUNC(spi_free_slave)
30 EXPORT_FUNC(spi_claim_bus)
31 EXPORT_FUNC(spi_release_bus)
32 EXPORT_FUNC(spi_xfer)