mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00: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:
parent
eca86fad3d
commit
18d66533ac
18 changed files with 118 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cli.h>
|
||||
#include <command.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <net.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue