summaryrefslogtreecommitdiffstats
path: root/include/command.h
diff options
context:
space:
mode:
authorSascha Hauer <sha@pengutronix.de>2009-10-17 12:01:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-19 10:18:51 +0200
commitef7ff70ca445f380548fe17f488dc6428aa1efc5 (patch)
tree1a672d375d001ff844d979e79dbe93ec3c92e8e5 /include/command.h
parent2dc2132f0e3c707a86fe332fd94b1c05b137dfe7 (diff)
downloadbarebox-ef7ff70ca445f380548fe17f488dc6428aa1efc5.tar.gz
barebox-ef7ff70ca445f380548fe17f488dc6428aa1efc5.tar.xz
consolidate command calling in execute_command
Signed-off-by: Sascha Hauer <sha@pengutronix.de>
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/command.h b/include/command.h
index fa9acc879f..b2a1a9cbf6 100644
--- a/include/command.h
+++ b/include/command.h
@@ -71,6 +71,7 @@ extern cmd_tbl_t __u_boot_cmd_end;
/* common/command.c */
cmd_tbl_t *find_cmd(const char *cmd);
+int execute_command(int argc, char **argv);
void u_boot_cmd_usage(cmd_tbl_t *cmdtp);
/*