1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _LINUX_CABLEMODEM_H_ 7 #define _LINUX_CABLEMODEM_H_ 8 #define SIOCGCMSTATS (SIOCDEVPRIVATE+0) 9 #define SIOCGCMFIRMWARE (SIOCDEVPRIVATE+1) 10 #define SIOCGCMFREQUENCY (SIOCDEVPRIVATE+2) 11 #define SIOCSCMFREQUENCY (SIOCDEVPRIVATE+3) 12 #define SIOCGCMPIDS (SIOCDEVPRIVATE+4) 13 #define SIOCSCMPIDS (SIOCDEVPRIVATE+5) 14 #endif 15