|
OpenBIC
OpenSource Bridge-IC
|
#include <shell/shell.h>

Go to the source code of this file.
Functions | |
| int | cmd_info_print (const struct shell *shell, size_t argc, char **argv) |
| SHELL_STATIC_SUBCMD_SET_CREATE (sub_info_cmds, SHELL_CMD(all, NULL, "List all platform info.", cmd_info_print), SHELL_SUBCMD_SET_END) | |
| int cmd_info_print | ( | const struct shell * | shell, |
| size_t | argc, | ||
| char ** | argv | ||
| ) |

| SHELL_STATIC_SUBCMD_SET_CREATE | ( | sub_info_cmds | , |
| SHELL_CMD(all, NULL, "List all platform info.", cmd_info_print) | , | ||
| SHELL_SUBCMD_SET_END | |||
| ) |