From d781ad5086a04088eb184eae11ce38b6f01cbcd4 Mon Sep 17 00:00:00 2001 From: Martin Galvan Date: Wed, 2 Sep 2015 16:54:21 -0500 Subject: various .h files: Add missing C++ extern wrappers Updates #2405. --- c/src/lib/libbsp/shared/umon/umon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c') diff --git a/c/src/lib/libbsp/shared/umon/umon.h b/c/src/lib/libbsp/shared/umon/umon.h index 3c5bdf9f34..d25a7818dd 100644 --- a/c/src/lib/libbsp/shared/umon/umon.h +++ b/c/src/lib/libbsp/shared/umon/umon.h @@ -61,4 +61,8 @@ int rtems_initialize_tfs_filesystem( */ int umoncons_poll_read(int minor); +#ifdef __cplusplus +} #endif + +#endif /* __rtems_umon_h */ -- cgit v1.2.3