summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/serdbg/termios_printk.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/termios_printk.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 'cpukit/libmisc/serdbg/termios_printk.h')
-rw-r--r--cpukit/libmisc/serdbg/termios_printk.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/libmisc/serdbg/termios_printk.h b/cpukit/libmisc/serdbg/termios_printk.h
index d3a3703b11..7392991753 100644
--- a/cpukit/libmisc/serdbg/termios_printk.h
+++ b/cpukit/libmisc/serdbg/termios_printk.h
@@ -25,6 +25,10 @@
#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 */
@@ -92,4 +96,9 @@ int termios_printk_open
| Return Value: |
| 0 on success, -1 and errno otherwise |
\*=========================================================================*/
+
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _TERMIOS_PRINTK_H */