diff options
Diffstat (limited to 'sys-utils/cyclades.h')
-rw-r--r-- | sys-utils/cyclades.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-utils/cyclades.h b/sys-utils/cyclades.h new file mode 100644 index 0000000..afcf600 --- /dev/null +++ b/sys-utils/cyclades.h @@ -0,0 +1,16 @@ +struct cyclades_monitor { + unsigned long int_count; + unsigned long char_count; + unsigned long char_max; + unsigned long char_last; +}; + +#define CYGETMON 0x435901 +#define CYGETTHRESH 0x435902 +#define CYSETTHRESH 0x435903 +#define CYGETDEFTHRESH 0x435904 +#define CYSETDEFTHRESH 0x435905 +#define CYGETTIMEOUT 0x435906 +#define CYSETTIMEOUT 0x435907 +#define CYGETDEFTIMEOUT 0x435908 +#define CYSETDEFTIMEOUT 0x435909 |