2 * Copyright 1987 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
6 #pragma ident "%Z%%M% %I% %E% SMI"
9 * Copyright (c) 1982, 1986 Regents of the University of California.
10 * All rights reserved. The Berkeley software License Agreement
11 * specifies the terms and conditions for redistribution.
21 #include <sys/ttychars.h>
22 #include <sys/ttydev.h>
23 #include <sys/ttold.h>
25 #define TANDEM O_TANDEM
26 #define CBREAK O_CBREAK
34 #define NLDELAY O_NLDELAY
39 #define TBDELAY O_TBDELAY
44 #define CRDELAY O_CRDELAY
49 #define VTDELAY O_VTDELAY
52 #define BSDELAY O_BSDELAY
55 #define ALLDELAY O_ALLDELAY
57 #define PRTERA O_PRTERA
58 #define CRTERA O_CRTERA
60 #define MDMBUF O_MDMBUF
61 #define LITOUT O_LITOUT
62 #define TOSTOP O_TOSTOP
63 #define FLUSHO O_FLUSHO
64 #define NOHANG O_NOHANG
65 #define L001000 O_L001000
66 #define CRTKIL O_CRTKIL
68 #define CTLECH O_CTLECH
69 #define PENDIN O_PENDIN
70 #define DECCTQ O_DECCTQ
71 #define NOFLSH O_NOFLSH
73 #include <sys/filio.h>
75 #include <sys/sockio.h>
77 #endif /*!_sys_ioctl_h*/