28 lines
639 B
C
28 lines
639 B
C
/* @(#)12 1.11 src/bos/usr/include/sgtty.h, sysxtty, bos411, 9428A410j 6/16/90 00:13:43 */
|
|
|
|
/*
|
|
* COMPONENT_NAME: (sysxtty) System Extension for tty support
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
/* sgtty.h 5.1 - 86/12/09 - 06:05:47 */
|
|
/*
|
|
* Structure for stty and gtty system calls.
|
|
*/
|
|
#ifndef _H_SGTTY
|
|
#define _H_SGTTY
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
#endif /* _H_SGTTY */
|