blob: eeb65f40ae46b4546b14e66fc3daaeda9dbe1369 [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)
Jon Loeliger639221c2007-07-09 17:15:49 -050018#if defined(CONFIG_CMD_I2C)
wdenk4f7cb082003-09-11 23:06:34 +000019EXPORT_FUNC(i2c_write)
20EXPORT_FUNC(i2c_read)
21#endif /* CFG_CMD_I2C */