]> Git Repo - J-u-boot.git/blobdiff - cmd/reginfo.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / cmd / reginfo.c
index de94dd8071cc8ed10376cc77f6ae02a24fb916d4..c8a04b1754eb5ace63a18bad5d5d40f3ccbd4743 100644 (file)
@@ -8,8 +8,8 @@
 #include <command.h>
 #include <asm/ppc.h>
 
-static int do_reginfo(cmd_tbl_t *cmdtp, int flag, int argc,
-                      char * const argv[])
+static int do_reginfo(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        print_reginfo();
 
This page took 0.02705 seconds and 4 git commands to generate.