Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
0002 #ifndef _LINUX_CABLEMODEM_H_
0003 #define _LINUX_CABLEMODEM_H_
0004 /*
0005  *      Author: Franco Venturi <fventuri@mediaone.net>
0006  *      Copyright 1998 Franco Venturi
0007  *
0008  *      This program is free software; you can redistribute it
0009  *      and/or  modify it under  the terms of  the GNU General
0010  *      Public  License as  published  by  the  Free  Software
0011  *      Foundation;  either  version 2 of the License, or  (at
0012  *      your option) any later version.
0013  */
0014 
0015 /* some useful defines for sb1000.c e cmconfig.c - fv */
0016 #define SIOCGCMSTATS        (SIOCDEVPRIVATE+0)  /* get cable modem stats */
0017 #define SIOCGCMFIRMWARE     (SIOCDEVPRIVATE+1)  /* get cm firmware version */
0018 #define SIOCGCMFREQUENCY    (SIOCDEVPRIVATE+2)  /* get cable modem frequency */
0019 #define SIOCSCMFREQUENCY    (SIOCDEVPRIVATE+3)  /* set cable modem frequency */
0020 #define SIOCGCMPIDS         (SIOCDEVPRIVATE+4)  /* get cable modem PIDs */
0021 #define SIOCSCMPIDS         (SIOCDEVPRIVATE+5)  /* set cable modem PIDs */
0022 
0023 #endif