OpenOCD
jsp_server.h File Reference
Include dependency graph for jsp_server.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ jsp_init()

int jsp_init ( struct or1k_jtag jtag_info,
char *  banner 
)

◆ jsp_register_commands()

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().

◆ jsp_service_free()

void jsp_service_free ( void  )

Definition at line 228 of file jsp_server.c.

References jsp_port.

Referenced by server_free().