forked from Imagelibrary/rtems
spacing changes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user