From 50f32b11653429546d7b8ff2693b5232b885e201 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Apr 2004 06:05:35 +0000 Subject: Remove stray white spaces. --- cpukit/libcsupport/include/rtems/termiostypes.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cpukit/libcsupport/include/rtems/termiostypes.h') diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h index ab5968d0a2..92f8c97b1c 100644 --- a/cpukit/libcsupport/include/rtems/termiostypes.h +++ b/cpukit/libcsupport/include/rtems/termiostypes.h @@ -37,7 +37,7 @@ struct rtems_termios_rawbuf { volatile unsigned int Head; volatile unsigned int Tail; volatile unsigned int Size; - rtems_id Semaphore; + rtems_id Semaphore; }; /* * Variables associated with each termios instance. @@ -112,8 +112,8 @@ struct rtems_termios_tty { /* * I/O task IDs (for task-driven drivers) */ - rtems_id rxTaskId; - rtems_id txTaskId; + rtems_id rxTaskId; + rtems_id txTaskId; /* * line discipline related stuff */ @@ -155,8 +155,8 @@ void rtems_termios_rxirq_occured(struct rtems_termios_tty *tty); * FIXME: this should move to termios.h! * put a string to output ring buffer */ -void rtems_termios_puts (const char *buf, - int len, +void rtems_termios_puts (const char *buf, + int len, struct rtems_termios_tty *tty); /* * global hooks for line disciplines -- cgit v1.2.3