mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
spacing changes
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
/*
|
||||
* Flow control is only supported when using interrupts
|
||||
*/
|
||||
|
||||
console_flow mc68681_flow_RTSCTS =
|
||||
{
|
||||
mc68681_negate_RTS, /* deviceStopRemoteTx */
|
||||
@@ -76,6 +77,7 @@ typedef void (*setRegister_f)(
|
||||
/*
|
||||
* Console Device Driver Entry Points
|
||||
*/
|
||||
|
||||
static boolean mc68681_probe(int minor)
|
||||
{
|
||||
/*
|
||||
@@ -182,6 +184,7 @@ static int mc68681_close(
|
||||
/*
|
||||
* mc68681_write_polled
|
||||
*/
|
||||
|
||||
static void mc68681_write_polled(
|
||||
int minor,
|
||||
char cChar
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct _mc68681_context
|
||||
{
|
||||
unsigned8 ucModemCtrl;
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
/*
|
||||
* Flow control is only supported when using interrupts
|
||||
*/
|
||||
|
||||
console_flow mc68681_flow_RTSCTS =
|
||||
{
|
||||
mc68681_negate_RTS, /* deviceStopRemoteTx */
|
||||
@@ -76,6 +77,7 @@ typedef void (*setRegister_f)(
|
||||
/*
|
||||
* Console Device Driver Entry Points
|
||||
*/
|
||||
|
||||
static boolean mc68681_probe(int minor)
|
||||
{
|
||||
/*
|
||||
@@ -182,6 +184,7 @@ static int mc68681_close(
|
||||
/*
|
||||
* mc68681_write_polled
|
||||
*/
|
||||
|
||||
static void mc68681_write_polled(
|
||||
int minor,
|
||||
char cChar
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct _mc68681_context
|
||||
{
|
||||
unsigned8 ucModemCtrl;
|
||||
|
||||
Reference in New Issue
Block a user