diff options
author | Simon Glass <sjg@chromium.org> | 2023-08-14 16:40:25 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-25 13:54:33 -0400 |
commit | 040b04685ea4c47a5148c2fcc2ff6dfdd83bc714 (patch) | |
tree | c7b2257b3916b3769b15ffa336389b559364dd76 /cmd/cedit.c | |
parent | 431b21fd407f4a76cdc182ee40184311562e5505 (diff) |
expo: Split out cedit into its own header
Before adding more functions to this interface, create a new header for
the configuration editor.
Fix up the expo header guard while we are here.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/cedit.c')
-rw-r--r-- | cmd/cedit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cedit.c b/cmd/cedit.c index 0cae304c4a..5f0e84403f 100644 --- a/cmd/cedit.c +++ b/cmd/cedit.c @@ -7,6 +7,7 @@ */ #include <common.h> +#include <cedit.h> #include <command.h> #include <expo.h> #include <fs.h> |