]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/_exports.h
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
[people/ms/u-boot.git] / include / _exports.h
CommitLineData
27b207fd
WD
1EXPORT_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)
f5300ab2
WD
13EXPORT_FUNC(vprintf)
14EXPORT_FUNC(do_reset)
d7c2a02d
DZ
15EXPORT_FUNC(getenv)
16EXPORT_FUNC(setenv)
c74b2108
SK
17#ifdef CONFIG_HAS_UID
18EXPORT_FUNC(forceenv)
19#endif
d7c2a02d 20EXPORT_FUNC(simple_strtoul)
8092fef4
MK
21EXPORT_FUNC(simple_strtol)
22EXPORT_FUNC(strcmp)
639221c7 23#if defined(CONFIG_CMD_I2C)
4f7cb08e
WD
24EXPORT_FUNC(i2c_write)
25EXPORT_FUNC(i2c_read)
068b60a0 26#endif