]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/_exports.h
Automatically adjust ARFLAGS so "make -s" is really silent.
[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)
17EXPORT_FUNC(simple_strtoul)
4f7cb08e
WD
18#if (CONFIG_COMMANDS & CFG_CMD_I2C)
19EXPORT_FUNC(i2c_write)
20EXPORT_FUNC(i2c_read)
21#endif /* CFG_CMD_I2C */