summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/serdbg/serdbg.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-17 17:00:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-17 17:00:19 +0000
commit6f77f16f7b3396e4e33570ebc3b40ebf4aaef7cf (patch)
treea092938b31f2e5060fbeed36964af6d810d078c7 /cpukit/libmisc/serdbg/serdbg.h
parent2004-09-17 Till Strauman <strauman@slac.stanford.edu> (diff)
downloadrtems-6f77f16f7b3396e4e33570ebc3b40ebf4aaef7cf.tar.bz2
2004-09-17 Joel Sherrill <joel@OARcorp.com>
PR 677/misc * libmisc/dumpbuf/dumpbuf.h, libmisc/fsmount/fsmount.h, libmisc/rtmonuse/rtmonuse.h, libmisc/serdbg/serdbg.h, libmisc/serdbg/serdbgcnf.h, libmisc/serdbg/termios_printk.h, libmisc/serdbg/termios_printk_cnf.h, libmisc/untar/untar.h: Add extern C wrappers.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/serdbg/serdbg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libmisc/serdbg/serdbg.h b/cpukit/libmisc/serdbg/serdbg.h
index 00d5d827e1..963c117877 100644
--- a/cpukit/libmisc/serdbg/serdbg.h
+++ b/cpukit/libmisc/serdbg/serdbg.h
@@ -25,6 +25,9 @@
#include <rtems.h>
#include <termios.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
typedef struct {
uint32_t baudrate; /* debug baud rate, e.g. 57600 */
void (*callout)(void); /* callout pointer during polling */
@@ -171,4 +174,8 @@ int getDebugChar
| received character |
\*=========================================================================*/
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _SERDBG_H */