3 /* This file contains defintions to help make linux termios look like
6 /* Copyright (c) 1992 Ross Biro
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Library General Public
10 License as published by the Free Software Foundation; either
11 version 2 of the License, or (at your option) any later version.
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Library General Public License for more details.
18 You should have received a copy of the GNU Library General Public
19 License along with this library; if not, write to the Free
20 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29 #define TIOCGETP 0x5481
30 #define TIOCSETP 0x5482
31 #define TIOCGETC 0x5483
32 #define TIOCSETC 0x5484
33 #define TIOCGLTC 0x5485
34 #define TIOCSLTC 0x5486
35 #define TIOCLGET 0x5487
36 #define TIOCLSET 0x5488
37 #define TIOCFLUSH 0x5489
38 #define TIOCSETN 0x548a
42 unsigned short sg_flags
;
78 /* these don't do anything yet. */
87 #define ioctl bsd_ioctl
100 #define EVENP O_EVENP
102 #define CBREAK O_CBREAK
104 #define TBDELAY O_TBDELAY
106 #define LLITOUT O_LLITOUT
108 #define XTABS O_XTABS
113 #endif /* _BSD_SGTTY_H */