From 603d70608345ab4df61e1df18a52c454e7a2ced7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 May 1998 17:00:22 +0000 Subject: [PATCH] Added tcdrain() from Eric Norum --- c/src/exec/libcsupport/include/rtems/libio.h | 1 + c/src/lib/include/rtems/libio.h | 1 + c/src/lib/libc/libio.h | 1 + cpukit/libcsupport/include/rtems/libio.h | 1 + 4 files changed, 4 insertions(+) diff --git a/c/src/exec/libcsupport/include/rtems/libio.h b/c/src/exec/libcsupport/include/rtems/libio.h index 33402c9a2c..0826579805 100644 --- a/c/src/exec/libcsupport/include/rtems/libio.h +++ b/c/src/exec/libcsupport/include/rtems/libio.h @@ -125,6 +125,7 @@ void rtems_register_libio_handler(int handler_flag, #define RTEMS_IO_GET_ATTRIBUTES 1 #define RTEMS_IO_SET_ATTRIBUTES 2 +#define RTEMS_IO_TCDRAIN 3 /* * Callbacks from TERMIOS routines to device-dependent code diff --git a/c/src/lib/include/rtems/libio.h b/c/src/lib/include/rtems/libio.h index 33402c9a2c..0826579805 100644 --- a/c/src/lib/include/rtems/libio.h +++ b/c/src/lib/include/rtems/libio.h @@ -125,6 +125,7 @@ void rtems_register_libio_handler(int handler_flag, #define RTEMS_IO_GET_ATTRIBUTES 1 #define RTEMS_IO_SET_ATTRIBUTES 2 +#define RTEMS_IO_TCDRAIN 3 /* * Callbacks from TERMIOS routines to device-dependent code diff --git a/c/src/lib/libc/libio.h b/c/src/lib/libc/libio.h index 33402c9a2c..0826579805 100644 --- a/c/src/lib/libc/libio.h +++ b/c/src/lib/libc/libio.h @@ -125,6 +125,7 @@ void rtems_register_libio_handler(int handler_flag, #define RTEMS_IO_GET_ATTRIBUTES 1 #define RTEMS_IO_SET_ATTRIBUTES 2 +#define RTEMS_IO_TCDRAIN 3 /* * Callbacks from TERMIOS routines to device-dependent code diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index 33402c9a2c..0826579805 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -125,6 +125,7 @@ void rtems_register_libio_handler(int handler_flag, #define RTEMS_IO_GET_ATTRIBUTES 1 #define RTEMS_IO_SET_ATTRIBUTES 2 +#define RTEMS_IO_TCDRAIN 3 /* * Callbacks from TERMIOS routines to device-dependent code