From 4ab3a29bb5f58504963d18f47a191ef8c0dc9555 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Jun 2007 15:32:37 +0000 Subject: 2007-06-21 Joel Sherrill * libnetworking/rtems/mkrootfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h: Add extern __cplusplus. --- cpukit/libnetworking/rtems/mkrootfs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/libnetworking/rtems/mkrootfs.h') 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 /* @@ -62,4 +66,8 @@ rtems_rootfs_append_host_rec (unsigned long cip, int rtems_create_root_fs (); +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3