Merge branch '2020-08-21-stdio-cleanup'
[platform/kernel/u-boot.git] / cmd / terminal.c
index e1ec66e..f6e4d25 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdio_dev.h>
 #include <serial.h>
 
-int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char * const argv[])
+int do_terminal(struct cmd_tbl *cmd, int flag, int argc, char *const argv[])
 {
        int last_tilde = 0;
        struct stdio_dev *dev = NULL;