summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/loop.h')
-rw-r--r--cpukit/libnetworking/loop.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/cpukit/libnetworking/loop.h b/cpukit/libnetworking/loop.h
new file mode 100644
index 0000000000..4fd6b8e1ba
--- /dev/null
+++ b/cpukit/libnetworking/loop.h
@@ -0,0 +1,20 @@
+/*
+ * $Id$
+ */
+
+#ifndef _RTEMS_BSDNET_LOOP_H
+#define _RTEMS_BSDNET_LOOP_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define NLOOP 1
+
+void rtems_bsdnet_initialize_loop(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _RTEMS_BSDNET_LOOP_H */