X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2F_exports.h;h=61dcaaf331c7f6375fcb9c6e75efb7a7cf36b60c;hb=63f3491242df8e6bd1b5df7296f28959989e2eaf;hp=a4e1561137e1f544392be36f56360d84ffb394d9;hpb=27b207fd0a0941b03f27e2a82c0468b1a090c745;p=u-boot diff --git a/include/_exports.h b/include/_exports.h index a4e1561137..61dcaaf331 100644 --- a/include/_exports.h +++ b/include/_exports.h @@ -10,3 +10,9 @@ EXPORT_FUNC(malloc) EXPORT_FUNC(free) EXPORT_FUNC(udelay) EXPORT_FUNC(get_timer) +EXPORT_FUNC(vprintf) +EXPORT_FUNC(do_reset) +#if (CONFIG_COMMANDS & CFG_CMD_I2C) +EXPORT_FUNC(i2c_write) +EXPORT_FUNC(i2c_read) +#endif /* CFG_CMD_I2C */