u-boot-brain/fs
Simon Glass 0914011310 command: Remove the cmd_tbl_t typedef
We should not use typedefs in U-Boot. They cannot be used as forward
declarations which means that header files must include the full header to
access them.

Drop the typedef and rename the struct to remove the _s suffix which is
now not useful.

This requires quite a few header-file additions.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-05-18 18:36:55 -04:00
..
btrfs common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
cbfs cbfs: Rename camel-case variables 2019-08-18 21:54:10 +08:00
cramfs common: Drop flash.h from common header 2020-05-18 14:53:28 -04:00
ext4 common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
fat part: Drop disk_partition_t typedef 2020-05-18 17:33:33 -04:00
jffs2 common: Drop flash.h from common header 2020-05-18 14:53:28 -04:00
reiserfs part: Drop disk_partition_t typedef 2020-05-18 17:33:33 -04:00
sandbox common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
ubifs common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
yaffs2 dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
zfs part: Drop disk_partition_t typedef 2020-05-18 17:33:33 -04:00
fs_internal.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
fs.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
Kconfig fs: btrfs: Add U-Boot fs handlers. 2017-10-02 21:52:18 -04:00
Makefile cbfs: Allow CBFS to be used in SPL 2019-08-18 21:54:10 +08:00