command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / include / _exports.h
index 0dee05f077a60509a1e021415da6d9b59265779c..1e9ba8610880cb3e3b128aee6080f9e945c31d64 100644 (file)
@@ -29,7 +29,7 @@
        EXPORT_FUNC(udelay, void, udelay, unsigned long)
        EXPORT_FUNC(get_timer, unsigned long, get_timer, unsigned long)
        EXPORT_FUNC(vprintf, int, vprintf, const char *, va_list)
-       EXPORT_FUNC(do_reset, int, do_reset, cmd_tbl_t *,
+       EXPORT_FUNC(do_reset, int, do_reset, struct cmd_tbl *,
                    int , int , char * const [])
        EXPORT_FUNC(env_get, char  *, env_get, const char*)
        EXPORT_FUNC(env_set, int, env_set, const char *, const char *)