summaryrefslogtreecommitdiffstats
path: root/include/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/command.h b/include/command.h
index 7a3cb398b3..b1e5f4caf2 100644
--- a/include/command.h
+++ b/include/command.h
@@ -110,4 +110,6 @@ const cmd_tbl_t __u_boot_cmd_##_name \
#define U_BOOT_CMD_HELP(text)
#endif
+int register_command(cmd_tbl_t *);
+
#endif /* __COMMAND_H */