From c7aa9d6ff8913785a50b94f8a967b084d61d6af3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Apr 1999 18:22:08 +0000 Subject: Repairing damage and recovering changes including C++ wrappers.. --- cpukit/posix/include/devctl.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'cpukit/posix/include/devctl.h') diff --git a/cpukit/posix/include/devctl.h b/cpukit/posix/include/devctl.h index 5073b475ee..85fca4cc11 100644 --- a/cpukit/posix/include/devctl.h +++ b/cpukit/posix/include/devctl.h @@ -6,7 +6,11 @@ #ifndef __POSIX_DEVICE_CONTROL_h #define __POSIX_DEVICE_CONTROL_h -#include +#ifdef __cplusplus +extern "C" { +#endif + +#include #if defined(_POSIX_DEVICE_CONTROL) @@ -26,5 +30,9 @@ int devctl( #endif +#ifdef __cplusplus +} +#endif + #endif /* end of include file */ -- cgit v1.2.3