u-boot-brain/examples/api
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
..
.gitignore Move api_examples to examples/api 2009-07-21 09:23:36 +02:00
crt0.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
demo.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
glue.c crc32: Use the crc.h header for crc functions 2019-12-02 18:23:08 -05:00
glue.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
libgenwrap.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
Makefile lib: Add hexdump 2018-06-13 07:49:12 -04:00