/*
 * Structure for stty and gtty system calls.
 */

struct sgttyb {
	char	sg\(ulispeed;		/* input speed */
	char	sg\(ulospeed;		/* output speed */
	char	sg\(ulerase;		/* erase character */
	char	sg\(ulkill;			/* kill character */
	short	sg\(ulflags;			/* mode flags */
};
