blob: af43885c5278c7659bcb04275d5b775f196f4b0e [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)
Sergey Kubushync74b2102007-08-10 20:26:18 +020017#ifdef CONFIG_HAS_UID
18EXPORT_FUNC(forceenv)
19#endif
Detlev Zundeld7c2a022006-09-01 15:00:02 +020020EXPORT_FUNC(simple_strtoul)
Martin Krause8092fef2006-12-12 14:26:01 +010021EXPORT_FUNC(simple_strtol)
22EXPORT_FUNC(strcmp)
Jon Loeliger639221c2007-07-09 17:15:49 -050023#if defined(CONFIG_CMD_I2C)
wdenk4f7cb082003-09-11 23:06:34 +000024EXPORT_FUNC(i2c_write)
25EXPORT_FUNC(i2c_read)
Jon Loeliger068b60a2007-07-10 10:27:39 -050026#endif