• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ***   To edit the content of this header, modify the corresponding
11  ***   source file (e.g. under external/kernel-headers/original/) then
12  ***   run bionic/libc/kernel/tools/update_all.py
13  ***
14  ***   Any manual change here will be lost the next time this script will
15  ***   be run. You've been warned!
16  ***
17  ****************************************************************************
18  ****************************************************************************/
19 #ifndef _UAPI_LINUX_CYCLADES_H
20 #define _UAPI_LINUX_CYCLADES_H
21 #warning "Support for features provided by this header has been removed"
22 #warning "Please consider updating your code"
23 struct cyclades_monitor {
24   unsigned long int_count;
25   unsigned long char_count;
26   unsigned long char_max;
27   unsigned long char_last;
28 };
29 #define CYGETMON 0x435901
30 #define CYGETTHRESH 0x435902
31 #define CYSETTHRESH 0x435903
32 #define CYGETDEFTHRESH 0x435904
33 #define CYSETDEFTHRESH 0x435905
34 #define CYGETTIMEOUT 0x435906
35 #define CYSETTIMEOUT 0x435907
36 #define CYGETDEFTIMEOUT 0x435908
37 #define CYSETDEFTIMEOUT 0x435909
38 #define CYSETRFLOW 0x43590a
39 #define CYGETRFLOW 0x43590b
40 #define CYSETRTSDTR_INV 0x43590c
41 #define CYGETRTSDTR_INV 0x43590d
42 #define CYZSETPOLLCYCLE 0x43590e
43 #define CYZGETPOLLCYCLE 0x43590f
44 #define CYGETCD1400VER 0x435910
45 #define CYSETWAIT 0x435912
46 #define CYGETWAIT 0x435913
47 #endif
48