fs: Rename fs.h to fs_legacy.h

A new filesystem interface is coming, so rename the current header to
indicate that it is the old one.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-06-19 06:07:05 -06:00
parent ddaa12e605
commit 8a698cf850
58 changed files with 57 additions and 57 deletions

View File

@@ -6,7 +6,7 @@
*/
#include <command.h>
#include <fs.h>
#include <fs_legacy.h>
static int do_size_wrapper(struct cmd_tbl *cmdtp, int flag, int argc,
char *const argv[])