Commit 8e4627dd authored by David Howells's avatar David Howells

UAPI: Unexport part of linux/ppp-comp.h

Unexport part of linux/ppp-comp.h as userspace can't make use of that bit.
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
cc: Paul Mackerras <paulus@samba.org>
cc: David Miller <davem@davemloft.net>
parent 4d7127da
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
#ifndef _NET_PPP_COMP_H #ifndef _NET_PPP_COMP_H
#define _NET_PPP_COMP_H #define _NET_PPP_COMP_H
#ifdef __KERNEL__
struct module; struct module;
/* /*
...@@ -98,6 +100,8 @@ struct compressor { ...@@ -98,6 +100,8 @@ struct compressor {
#define DECOMP_ERROR -1 /* error detected before decomp. */ #define DECOMP_ERROR -1 /* error detected before decomp. */
#define DECOMP_FATALERROR -2 /* error detected after decomp. */ #define DECOMP_FATALERROR -2 /* error detected after decomp. */
#endif /* __KERNEL__ */
/* /*
* CCP codes. * CCP codes.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment