|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1223 (0x4c7) Types: TextFile Notes: UNIX file Names: »iccioctl.h«
└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦a6ab2eb36⟧ UNIX Filesystem └─⟦this⟧ »kc/new/usr/include/sys/iccioctl.h«
/* * IOCTLs for ICC driver */ /* * Copyrighted as an unpublished work. * (c) Copyright 1986,1988 INTERACTIVE Systems Corporation * All rights reserved. * * RESTRICTED RIGHTS * * These programs are supplied under a license. They may be used, * disclosed, and/or copied only as permitted under such license * agreement. Any copy must contain the above copyright notice and * this restricted rights notice. Use, copying, and/or disclosure * of the programs is strictly prohibited unless otherwise provided * in the license agreement. */ #ident "@(#)iccioctl.h 1.2 - 88/02/02" #ident "@(#) (c) Copyright INTERACTIVE Systems Corporation 1986,1988" #define IIOC ('I'<<8) #define IIOCINB (IIOC|1) #define IIOCOUTB (IIOC|3) #define IIOCCPY (IIOC|4) #define IIOCRESET (IIOC|5) #define IIOCGTICK (IIOC|6) #define IIOCREQ (IIOC|7) #define IIOCCTRL (IIOC|8) #define IIOCSELC (IIOC|9) #define IIOCSTAT (IIOC|10) #define IIOCGO (IIOC|11) #define IIOCGLOCAL (IIOC|12) #define IIOCSLOCAL (IIOC|13) #define IIOCMON (IIOC|14) #define XSDELAY (IIOC|30) struct iio { short port, value; }; struct iccstat { short is_cur, is_dead, is_trap; }; /* extra flags bits in t_cflag (see termio.h) */ #define CTSRTS 0x2000