brintos

brintos / linux-shallow public Read only

0
0
Text · 984 B · 6225c5a Raw
36 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2 3#ifndef _UAPI_LINUX_CYCLADES_H4#define _UAPI_LINUX_CYCLADES_H5 6#warning "Support for features provided by this header has been removed"7#warning "Please consider updating your code"8 9struct cyclades_monitor {10	unsigned long int_count;11	unsigned long char_count;12	unsigned long char_max;13	unsigned long char_last;14};15 16#define CYGETMON		0x43590117#define CYGETTHRESH		0x43590218#define CYSETTHRESH		0x43590319#define CYGETDEFTHRESH		0x43590420#define CYSETDEFTHRESH		0x43590521#define CYGETTIMEOUT		0x43590622#define CYSETTIMEOUT		0x43590723#define CYGETDEFTIMEOUT		0x43590824#define CYSETDEFTIMEOUT		0x43590925#define CYSETRFLOW		0x43590a26#define CYGETRFLOW		0x43590b27#define CYSETRTSDTR_INV		0x43590c28#define CYGETRTSDTR_INV		0x43590d29#define CYZSETPOLLCYCLE		0x43590e30#define CYZGETPOLLCYCLE		0x43590f31#define CYGETCD1400VER		0x43591032#define CYSETWAIT		0x43591233#define CYGETWAIT		0x43591334 35#endif /* _UAPI_LINUX_CYCLADES_H */36