Add two more socket ioctl's as they are needed by the aironet (if_an.c) and

wavelan (if_wi.c) drivers I'm currently porting.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34617 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Colin Günther 2009-12-10 15:46:37 +00:00
parent 9d6dc833bd
commit b56f3c65ff
1 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,9 @@
#define SIOCSDRVSPEC 8943 /* set driver-specific parameters */
#define SIOCGDRVSPEC 8944 /* get driver-specific parameters */
#define SIOCEND 8944 /* Always set to highest SIOC* */
#define SIOCSIFGENERIC 8945 /* generic IF set op */
#define SIOCGIFGENERIC 8946 /* generic IF get op */
#define SIOCEND 8946 /* Always set to highest SIOC* */
#endif /* _SYS_SOCKIO_H */