]> Git Repo - J-u-boot.git/blobdiff - cmd/conitrace.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / cmd / conitrace.c
index 85c5422b7eb3e205a0f8332ee452af8952ae21fb..e45e87a64c923014795fb8e3a6204c1d4f0ac6a4 100644 (file)
@@ -8,8 +8,8 @@
 #include <common.h>
 #include <command.h>
 
-static int do_conitrace(cmd_tbl_t *cmdtp, int flag, int argc,
-                       char * const argv[])
+static int do_conitrace(struct cmd_tbl *cmdtp, int flag, int argc,
+                       char *const argv[])
 {
        bool first = true;
 
This page took 0.023682 seconds and 4 git commands to generate.