summaryrefslogtreecommitdiffstats
path: root/loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'loop.h')
-rw-r--r--loop.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/loop.h b/loop.h
new file mode 100644
index 0000000..834ff91
--- /dev/null
+++ b/loop.h
@@ -0,0 +1,16 @@
+#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 */