mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 10:31:56 +02:00
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>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cli.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <asm/types.h>
|
||||
#include <asm/io.h>
|
||||
|
Reference in New Issue
Block a user