From 23cd284af026fe326e14d920c162a1107a40d226 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Nov 2017 11:48:51 +0100 Subject: Add rtems_bsd_ifconfig_lo0() --- rtemsbsd/include/rtems/bsd/bsd.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rtemsbsd/include/rtems') 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 @@ -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 . + */ +int rtems_bsd_ifconfig_lo0(void); + /** * @brief Returns the initial priority for a task specified by its name. * -- cgit v1.2.3