]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cli_hush.c
move CLI prototypes to cli.h and add comments
[karo-tx-uboot.git] / common / cli_hush.c
index 012004aea540bba0a2ed89d164e3befcf9b9ad36..91e495690c9a973b2f301bafadca4c7999a6a35f 100644 (file)
@@ -79,6 +79,7 @@
 #include <malloc.h>         /* malloc, free, realloc*/
 #include <linux/ctype.h>    /* isalpha, isdigit */
 #include <common.h>        /* readline */
+#include <cli.h>
 #include <cli_hush.h>
 #include <command.h>        /* find_cmd */
 #ifndef CONFIG_SYS_PROMPT_HUSH_PS2