commit | 1b3f75ff63c02a2fe39373eb48237370fe4a8fa9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:44 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:26:49 2020 -0500 |
tree | 781cd49bf140e2c2ddd0bcbb30113c547d87cbbf | |
parent | 6e51ee138e5c7139ae91d942e2623ede3219f7ad [diff] [blame] |
common: Move functions for loading from fat/ext2 to fs.h These are filesystem functions and belong in the filesystem header file. Move them. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/cmd/pxe.c b/cmd/pxe.c index 194a366..bce6728 100644 --- a/cmd/pxe.c +++ b/cmd/pxe.c
@@ -6,6 +6,7 @@ #include <common.h> #include <command.h> +#include <fs.h> #include <net.h> #include "pxe_utils.h"