u-boot-brain/include/bedbug
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
..
bedbug.h Fix warning: "assert" redefined 2011-09-10 01:10:19 +02:00
ppc.h Consolidate bool type 2013-04-01 16:33:52 -04:00
regs.h powerpc: remove 4xx support 2017-07-03 17:35:28 -04:00
tables.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
type.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00