summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems
diff options
context:
space:
mode:
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