Add telnetd as service to rc.conf.

This commit is contained in:
Chris Johns
2016-07-01 15:49:52 +10:00
parent fc26479566
commit 65c65bb7a3
9 changed files with 296 additions and 42 deletions

View File

@@ -87,6 +87,11 @@ typedef struct {
bool keep_stdio;
} rtems_telnetd_config_table;
/**
* @brief Start the Telnet subsystem with the provided configuration.
*/
rtems_status_code rtems_telnetd_start(const rtems_telnetd_config_table* config);
/**
* @brief Telnet configuration.
*