Loading include/linux/ppp-comp.h +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ #ifndef _NET_PPP_COMP_H #define _NET_PPP_COMP_H #ifdef __KERNEL__ struct module; /* Loading Loading @@ -98,6 +100,8 @@ struct compressor { #define DECOMP_ERROR -1 /* error detected before decomp. */ #define DECOMP_FATALERROR -2 /* error detected after decomp. */ #endif /* __KERNEL__ */ /* * CCP codes. */ Loading Loading
include/linux/ppp-comp.h +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ #ifndef _NET_PPP_COMP_H #define _NET_PPP_COMP_H #ifdef __KERNEL__ struct module; /* Loading Loading @@ -98,6 +100,8 @@ struct compressor { #define DECOMP_ERROR -1 /* error detected before decomp. */ #define DECOMP_FATALERROR -2 /* error detected after decomp. */ #endif /* __KERNEL__ */ /* * CCP codes. */ Loading