commit | 18d66533ac773f59efc93e5c19971fad5e6af82f | [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 | eca86fad3d823c3c1e7e78b07752aa6a10e35283 [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>