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>
This commit is contained in:
Simon Glass
2023-08-25 13:54:33 -04:00
committed by Tom Rini
parent 431b21fd40
commit 040b04685e
4 changed files with 38 additions and 24 deletions
+1
View File
@@ -7,6 +7,7 @@
*/
#include <common.h>
#include <cedit.h>
#include <command.h>
#include <expo.h>
#include <fs.h>