summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h')
-rw-r--r--c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h b/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h
index bd4f2e457e..646e0213f8 100644
--- a/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -1,6 +1,10 @@
/*
* Declarations to fit FreeBSD to RTEMS.
- * This include file should *never* be exposed to the application programmer.
+ *
+ *******************************************************************
+ * WARNING *
+ * This file should *never* be included by any application program *
+ *******************************************************************
*
* $Id$
*/
@@ -155,4 +159,16 @@ extern int rtems_bsdnet_nameserver_count;
*/
#define SIO_RTEMS_SHOW_STATS _IO('i', 250)
+/*
+ * Some extra prototypes
+ */
+int sethostname (char *name, int namelen);
+void domaininit (void *);
+void ifinit (void *);
+void ipintr (void);
+void arpintr (void);
+void bootpc_init(void);
+int socket (int, int, int);
+int ioctl (int, unsigned long, ...);
+
#endif /* _RTEMS_BSDNET_INTERNAL_H_ */