OpenOCD
|
Go to the source code of this file.
Data Structures | |
struct | jsp_service |
Functions | |
int | jsp_init (struct or1k_jtag *jtag_info, char *banner) |
int | jsp_register_commands (struct command_context *cmd_ctx) |
void | jsp_service_free (void) |
int jsp_init | ( | struct or1k_jtag * | jtag_info, |
char * | banner | ||
) |
Definition at line 196 of file jsp_server.c.
References add_service(), jsp_service::banner, jsp_port, jsp_service_driver, and jsp_service::jtag_info.
Referenced by or1k_adv_jtag_init().
int jsp_register_commands | ( | struct command_context * | cmd_ctx | ) |
Definition at line 222 of file jsp_server.c.
References jsp_command_handlers, jsp_port, NULL, and register_commands().
Referenced by server_register_commands().
void jsp_service_free | ( | void | ) |