forked from Imagelibrary/rtems
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter static.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter
|
||||||
|
static.
|
||||||
|
|
||||||
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 1981/cpukit
|
PR 1981/cpukit
|
||||||
|
|||||||
@@ -1247,7 +1247,7 @@ rtems_termios_enqueue_raw_characters (void *ttyp, const char *buf, int len)
|
|||||||
* in task-driven mode, this function is called in Tx task context
|
* in task-driven mode, this function is called in Tx task context
|
||||||
* in interrupt-driven mode, this function is called in TxIRQ context
|
* in interrupt-driven mode, this function is called in TxIRQ context
|
||||||
*/
|
*/
|
||||||
int
|
static int
|
||||||
rtems_termios_refill_transmitter (struct rtems_termios_tty *tty)
|
rtems_termios_refill_transmitter (struct rtems_termios_tty *tty)
|
||||||
{
|
{
|
||||||
unsigned int newTail;
|
unsigned int newTail;
|
||||||
|
|||||||
Reference in New Issue
Block a user