Skip to content
Commit 09140113 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 691d719d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment