summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/mkrootfs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:32:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:32:37 +0000
commit4ab3a29bb5f58504963d18f47a191ef8c0dc9555 (patch)
tree2db8494c326223fd316881bc000bc629cd288ab1 /cpukit/libnetworking/rtems/mkrootfs.h
parent2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-4ab3a29bb5f58504963d18f47a191ef8c0dc9555.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* libnetworking/rtems/mkrootfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h: Add extern __cplusplus.
Diffstat (limited to 'cpukit/libnetworking/rtems/mkrootfs.h')
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/mkrootfs.h b/cpukit/libnetworking/rtems/mkrootfs.h
index a0e9cbb0fc..ce07900f2c 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.h
+++ b/cpukit/libnetworking/rtems/mkrootfs.h
@@ -24,6 +24,10 @@
#ifndef _RTEMS_MKROOTFS_H
#define _RTEMS_MKROOTFS_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include <rtems.h>
/*
@@ -62,4 +66,8 @@ rtems_rootfs_append_host_rec (unsigned long cip,
int
rtems_create_root_fs ();
+#ifdef __cplusplus
+}
+#endif
+
#endif