xref: /linux/include/uapi/linux/if_cablemodem.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2607ca46eSDavid Howells #ifndef _LINUX_CABLEMODEM_H_
3607ca46eSDavid Howells #define _LINUX_CABLEMODEM_H_
4607ca46eSDavid Howells /*
5607ca46eSDavid Howells  *		Author: Franco Venturi <fventuri@mediaone.net>
6607ca46eSDavid Howells  *		Copyright 1998 Franco Venturi
7607ca46eSDavid Howells  *
8607ca46eSDavid Howells  *		This program is free software; you can redistribute it
9607ca46eSDavid Howells  *		and/or  modify it under  the terms of  the GNU General
10607ca46eSDavid Howells  *		Public  License as  published  by  the  Free  Software
11607ca46eSDavid Howells  *		Foundation;  either  version 2 of the License, or  (at
12607ca46eSDavid Howells  *		your option) any later version.
13607ca46eSDavid Howells  */
14607ca46eSDavid Howells 
15607ca46eSDavid Howells /* some useful defines for sb1000.c e cmconfig.c - fv */
164f924b2aSJosh Boyer #define SIOCGCMSTATS		(SIOCDEVPRIVATE+0)	/* get cable modem stats */
174f924b2aSJosh Boyer #define SIOCGCMFIRMWARE		(SIOCDEVPRIVATE+1)	/* get cm firmware version */
184f924b2aSJosh Boyer #define SIOCGCMFREQUENCY	(SIOCDEVPRIVATE+2)	/* get cable modem frequency */
194f924b2aSJosh Boyer #define SIOCSCMFREQUENCY	(SIOCDEVPRIVATE+3)	/* set cable modem frequency */
204f924b2aSJosh Boyer #define SIOCGCMPIDS			(SIOCDEVPRIVATE+4)	/* get cable modem PIDs */
214f924b2aSJosh Boyer #define SIOCSCMPIDS			(SIOCDEVPRIVATE+5)	/* set cable modem PIDs */
22607ca46eSDavid Howells 
23607ca46eSDavid Howells #endif
24