blob: 2b8ec3d3f91d288b52b4f77f7811c20ef7db80cb [file] [log] [blame]
wdenk27b207f2003-07-24 23:38:38 +00001EXPORT_FUNC(get_version)
2EXPORT_FUNC(getc)
3EXPORT_FUNC(tstc)
4EXPORT_FUNC(putc)
5EXPORT_FUNC(puts)
6EXPORT_FUNC(printf)
7EXPORT_FUNC(install_hdlr)
8EXPORT_FUNC(free_hdlr)
9EXPORT_FUNC(malloc)
10EXPORT_FUNC(free)
11EXPORT_FUNC(udelay)
12EXPORT_FUNC(get_timer)
wdenkf5300ab2003-09-12 15:35:15 +000013EXPORT_FUNC(vprintf)
14EXPORT_FUNC(do_reset)
Detlev Zundeld7c2a022006-09-01 15:00:02 +020015EXPORT_FUNC(getenv)
16EXPORT_FUNC(setenv)
17EXPORT_FUNC(simple_strtoul)
wdenk4f7cb082003-09-11 23:06:34 +000018#if (CONFIG_COMMANDS & CFG_CMD_I2C)
19EXPORT_FUNC(i2c_write)
20EXPORT_FUNC(i2c_read)
21#endif /* CFG_CMD_I2C */