/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos720 src/bos/kernel/sys/pty.h 1.8 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1989,1991 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)38 1.8 src/bos/kernel/sys/pty.h, sysxpty, bos720 6/16/90 00:34:41 */ #ifndef _H_PTY #define _H_PTY /* * COMPONENT_NAME: (sysxpty) PTY device driver * * FUNCTIONS: * * ORIGINS: 3, 9, 27 * * (C) COPYRIGHT International Business Machines Corp. 1989 * All Rights Reserved * Licensed Materials - Property of IBM * * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ #include /* ioctl defines */ #define PTYIOR FIONREAD #define PTYIOW TIOCOUTQ #endif /* _H_PTY */