Move RTEMS-specific Termios API content

Remove obsolete support for OFILL, OFDEL, NLDLY, CRDLY, BSDLY, VTDLY,
and FFDLY which is not present on FreeBSD and not implemented in Linux.

Update #2833.
This commit is contained in:
Sebastian Huber
2017-06-06 08:03:45 +02:00
parent 64ecfc17b7
commit 93531e9b08
9 changed files with 19 additions and 118 deletions

View File

@@ -11,6 +11,8 @@
#ifndef _MC68681_H_
#define _MC68681_H_
#include <rtems/termiostypes.h>
#ifdef __cplusplus
extern "C" {
#endif