Add rtems_bsd_ifconfig_lo0()

This commit is contained in:
Sebastian Huber
2017-11-10 11:48:51 +01:00
parent eeeda4b1b8
commit 23cd284af0
5 changed files with 87 additions and 32 deletions

View File

@@ -91,6 +91,13 @@ typedef struct {
rtems_status_code rtems_bsd_initialize(void);
/**
* @brief Configures the lo0 (loopback) interface.
*
* @return Returns an exit code, see also <sysexits.h>.
*/
int rtems_bsd_ifconfig_lo0(void);
/**
* @brief Returns the initial priority for a task specified by its name.
*