Home
last modified time | relevance | path

Searched defs:cmd_tbl_s (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dcommand.h29 struct cmd_tbl_s { struct
40 int (*cmd_rep)(struct cmd_tbl_s *cmd, int flags, int argc, argument
43 int (*cmd)(struct cmd_tbl_s *, int, int, char * const []); argument
54 typedef struct cmd_tbl_s cmd_tbl_t; argument