OpenBIC
OpenSource Bridge-IC
pldm_shell.h File Reference
#include <shell/shell.h>
Include dependency graph for pldm_shell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void cmd_pldm_send_req (const struct shell *shell, size_t argc, char **argv)
 
 SHELL_STATIC_SUBCMD_SET_CREATE (sub_pldm_cmds, SHELL_CMD(sendreq, NULL, "Send out PLDM request.", cmd_pldm_send_req), SHELL_SUBCMD_SET_END)
 

Function Documentation

◆ cmd_pldm_send_req()

void cmd_pldm_send_req ( const struct shell *  shell,
size_t  argc,
char **  argv 
)
Here is the call graph for this function:

◆ SHELL_STATIC_SUBCMD_SET_CREATE()

SHELL_STATIC_SUBCMD_SET_CREATE ( sub_pldm_cmds  ,
SHELL_CMD(sendreq, NULL, "Send out PLDM request.", cmd_pldm_send_req)  ,
SHELL_SUBCMD_SET_END   
)