summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h b/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h
index d6eb37ccda..4b8b72a328 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/m68302scc.h
@@ -1,7 +1,7 @@
/*****************************************************************************/
/*
$Id$
-
+
M68302 Scc Polled Uart Support
*/
@@ -11,7 +11,7 @@
#define _M68302SCC_H_
#if __cplusplus
-extern "C"
+extern "C"
{
#endif
@@ -21,11 +21,11 @@ extern "C"
#define SCC_38400 (3)
#define SCC_57600 (4)
#define SCC_115700 (5)
-
+
void scc_initialise(int channel, int baud_rate, int lf_translate);
unsigned char scc_status(int channel, const unsigned char status);
unsigned char scc_in(int channel);
-void scc_out(int channel, const unsigned char character);
+void scc_out(int channel, const unsigned char character);
#if __cplusplus
}