add missing file

This commit is contained in:
keil 2003-07-01 09:05:38 +00:00
parent 19cdd165b6
commit e5358e261f
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#ifndef _IPPP_FILTER_COMPAT_H
#define _IPPP_FILTER_COMPAT_H
#ifndef PPPIOCSPASS
#define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */
#endif
#ifndef PPPIOCSACTIVE
#define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
#endif
#endif /* _IPPP_FILTER_COMPAT_H */