mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 06:17:30 +08:00
Add rtems_bsd_ifconfig_lo0()
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user