summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-10 11:48:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-10 11:50:30 +0100
commit23cd284af026fe326e14d920c162a1107a40d226 (patch)
treef95d19cf6de9407d83ac7d59430e839f5d1fb5a2 /rtemsbsd/include/rtems
parenttests/syscall01: Update error values (diff)
downloadrtems-libbsd-23cd284af026fe326e14d920c162a1107a40d226.tar.bz2
Add rtems_bsd_ifconfig_lo0()
Diffstat (limited to 'rtemsbsd/include/rtems')
-rwxr-xr-xrtemsbsd/include/rtems/bsd/bsd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtemsbsd/include/rtems/bsd/bsd.h b/rtemsbsd/include/rtems/bsd/bsd.h
index 2e89dce6..6bea4e6f 100755
--- a/rtemsbsd/include/rtems/bsd/bsd.h
+++ b/rtemsbsd/include/rtems/bsd/bsd.h
@@ -92,6 +92,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.
*
* Applications may provide their own implementation of this function. For