diff options
| author | Simon Glass <[email protected]> | 2019-11-14 12:57:43 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-02 18:25:02 -0500 |
| commit | 288b29e44d30afd946724ac577125ea9f80c8aca (patch) | |
| tree | 357715f6c9b5bf4202930c0604bc530a928611d9 /test/command_ut.c | |
| parent | 36bf446b642d5759981f5adf547b4a7aeb15eee3 (diff) | |
common: Move command functions out of common.h
Move these functions into the command.h header file which is a better fit.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'test/command_ut.c')
| -rw-r--r-- | test/command_ut.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/command_ut.c b/test/command_ut.c index 62f2828b7c1..8e268e5ee52 100644 --- a/test/command_ut.c +++ b/test/command_ut.c @@ -6,6 +6,7 @@ #define DEBUG #include <common.h> +#include <command.h> static const char test_cmd[] = "setenv list 1\n setenv list ${list}2; " "setenv list ${list}3\0" |
