commit | dec3c01034f3bd009bb4257faf4ef8467dfd0f5c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 20:01:25 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu May 29 17:45:31 2014 -0400 |
tree | c8554743b7695c92250f2400b25f6c0c5062e81a | |
parent | 299f0be87c3e7a07383140904126578df2d96af4 [diff] [blame] |
move CLI prototypes to cli.h and add comments Move the CLI prototypes from common.h to cli.h as part of an effort to reduce the size of common.h. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/cmd_dcr.c b/common/cmd_dcr.c index 896f79f..c5bcb8b 100644 --- a/common/cmd_dcr.c +++ b/common/cmd_dcr.c
@@ -10,6 +10,7 @@ */ #include <common.h> +#include <cli.h> #include <config.h> #include <command.h>