blob: af43885c5278c7659bcb04275d5b775f196f4b0e [file] [log] [blame]
wdenk874ac262003-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)
wdenk708521a2003-09-12 15:35:15 +000013EXPORT_FUNC(vprintf)
14EXPORT_FUNC(do_reset)
Detlev Zundel3702c192006-09-01 15:00:02 +020015EXPORT_FUNC(getenv)
16EXPORT_FUNC(setenv)
Sergey Kubushyne8f39122007-08-10 20:26:18 +020017#ifdef CONFIG_HAS_UID
18EXPORT_FUNC(forceenv)
19#endif
Detlev Zundel3702c192006-09-01 15:00:02 +020020EXPORT_FUNC(simple_strtoul)
Martin Krausea72b42e2006-12-12 14:26:01 +010021EXPORT_FUNC(simple_strtol)
22EXPORT_FUNC(strcmp)
Jon Loeliger2517d972007-07-09 17:15:49 -050023#if defined(CONFIG_CMD_I2C)
wdenk4cc02a82003-09-11 23:06:34 +000024EXPORT_FUNC(i2c_write)
25EXPORT_FUNC(i2c_read)
Jon Loeliger07efe2a2007-07-10 10:27:39 -050026#endif