]> Git Repo - J-u-boot.git/blobdiff - cmd/thordown.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / cmd / thordown.c
index 8dae024e31db2bc601c617c4a302932a66a5e4bf..ae20dddfddba1acffe28f3f84a40eb5d4b8b4511 100644 (file)
@@ -7,12 +7,13 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <thor.h>
 #include <dfu.h>
 #include <g_dnl.h>
 #include <usb.h>
 
-int do_thor_down(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_thor_down(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        if (argc < 4)
                return CMD_RET_USAGE;
This page took 0.021501 seconds and 4 git commands to generate.