summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/rtems/itron/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/include/rtems/itron/network.h')
-rw-r--r--cpukit/itron/include/rtems/itron/network.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/cpukit/itron/include/rtems/itron/network.h b/cpukit/itron/include/rtems/itron/network.h
new file mode 100644
index 0000000000..a05d42b37f
--- /dev/null
+++ b/cpukit/itron/include/rtems/itron/network.h
@@ -0,0 +1,34 @@
+/**
+ * @file rtems/itron/network.h
+ */
+
+/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+#ifndef _RTEMS_ITRON_NETWORK_H
+#define _RTEMS_ITRON_NETWORK_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*
+ * XXX insert private stuff here
+ */
+
+#include <rtems/itron/network.inl>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+/* end of include file */