spacing changes

This commit is contained in:
Joel Sherrill
1998-06-22 10:17:14 +00:00
parent 547de5d956
commit 424e23ee48
6 changed files with 72 additions and 62 deletions

View File

@@ -28,6 +28,7 @@
/* /*
* Flow control is only supported when using interrupts * Flow control is only supported when using interrupts
*/ */
console_flow mc68681_flow_RTSCTS = console_flow mc68681_flow_RTSCTS =
{ {
mc68681_negate_RTS, /* deviceStopRemoteTx */ mc68681_negate_RTS, /* deviceStopRemoteTx */
@@ -76,6 +77,7 @@ typedef void (*setRegister_f)(
/* /*
* Console Device Driver Entry Points * Console Device Driver Entry Points
*/ */
static boolean mc68681_probe(int minor) static boolean mc68681_probe(int minor)
{ {
/* /*
@@ -182,6 +184,7 @@ static int mc68681_close(
/* /*
* mc68681_write_polled * mc68681_write_polled
*/ */
static void mc68681_write_polled( static void mc68681_write_polled(
int minor, int minor,
char cChar char cChar

View File

@@ -17,6 +17,8 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
typedef struct _mc68681_context typedef struct _mc68681_context
{ {
unsigned8 ucModemCtrl; unsigned8 ucModemCtrl;

View File

@@ -28,6 +28,7 @@
/* /*
* Flow control is only supported when using interrupts * Flow control is only supported when using interrupts
*/ */
console_flow mc68681_flow_RTSCTS = console_flow mc68681_flow_RTSCTS =
{ {
mc68681_negate_RTS, /* deviceStopRemoteTx */ mc68681_negate_RTS, /* deviceStopRemoteTx */
@@ -76,6 +77,7 @@ typedef void (*setRegister_f)(
/* /*
* Console Device Driver Entry Points * Console Device Driver Entry Points
*/ */
static boolean mc68681_probe(int minor) static boolean mc68681_probe(int minor)
{ {
/* /*
@@ -182,6 +184,7 @@ static int mc68681_close(
/* /*
* mc68681_write_polled * mc68681_write_polled
*/ */
static void mc68681_write_polled( static void mc68681_write_polled(
int minor, int minor,
char cChar char cChar

View File

@@ -17,6 +17,8 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
typedef struct _mc68681_context typedef struct _mc68681_context
{ {
unsigned8 ucModemCtrl; unsigned8 ucModemCtrl;