]> git.dujemihanovic.xyz Git - u-boot.git/commit
init.h: Add "struct cmd_tbl"
authorTom Rini <trini@konsulko.com>
Sat, 27 Apr 2024 14:10:49 +0000 (08:10 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:05:03 +0000 (15:05 -0600)
commitbd22849d0b2178af75e305d2eb516eee1499eb00
tree36cc58587246439f7e2568f07eadc5d65337ef4b
parent52835266d3e933656a217233eaf672dd9ccd7352
init.h: Add "struct cmd_tbl"

In order to avoid needing to add <command.h> to this file, add "struct
cmd_tbl" before the prototype for do_bdinfo().

Signed-off-by: Tom Rini <trini@konsulko.com>
include/init.h