diff options
-rw-r--r-- | include/linux/ppp-comp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ppp-comp.h b/include/linux/ppp-comp.h index e53ff65935d..b7dc06f7f1d 100644 --- a/include/linux/ppp-comp.h +++ b/include/linux/ppp-comp.h | |||
@@ -10,6 +10,8 @@ | |||
10 | #ifndef _NET_PPP_COMP_H | 10 | #ifndef _NET_PPP_COMP_H |
11 | #define _NET_PPP_COMP_H | 11 | #define _NET_PPP_COMP_H |
12 | 12 | ||
13 | #ifdef __KERNEL__ | ||
14 | |||
13 | struct module; | 15 | struct module; |
14 | 16 | ||
15 | /* | 17 | /* |
@@ -98,6 +100,8 @@ struct compressor { | |||
98 | #define DECOMP_ERROR -1 /* error detected before decomp. */ | 100 | #define DECOMP_ERROR -1 /* error detected before decomp. */ |
99 | #define DECOMP_FATALERROR -2 /* error detected after decomp. */ | 101 | #define DECOMP_FATALERROR -2 /* error detected after decomp. */ |
100 | 102 | ||
103 | #endif /* __KERNEL__ */ | ||
104 | |||
101 | /* | 105 | /* |
102 | * CCP codes. | 106 | * CCP codes. |
103 | */ | 107 | */ |