command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / sh / lib / zimageboot.c
index 602776a4742e08b738838fe4ff0e162b1627a131..c38f0933f894d56b47b9f69d69804380e1b4e755 100644 (file)
  */
 
 #include <common.h>
+#include <command.h>
+#include <env.h>
 #include <irq_func.h>
 #include <asm/io.h>
 #include <asm/zimage.h>
 
-int do_sh_zimageboot (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_sh_zimageboot(struct cmd_tbl *cmdtp, int flag, int argc,
+                    char *const argv[])
 {
        ulong (*zboot_entry)(int, char * const []) = NULL;
        char *s0, *s1;