diff options
Diffstat (limited to 'ANDROID_3.4.5/include/net/gre.h')
-rw-r--r-- | ANDROID_3.4.5/include/net/gre.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ANDROID_3.4.5/include/net/gre.h b/ANDROID_3.4.5/include/net/gre.h deleted file mode 100644 index 82665474..00000000 --- a/ANDROID_3.4.5/include/net/gre.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef __LINUX_GRE_H -#define __LINUX_GRE_H - -#include <linux/skbuff.h> - -#define GREPROTO_CISCO 0 -#define GREPROTO_PPTP 1 -#define GREPROTO_MAX 2 - -struct gre_protocol { - int (*handler)(struct sk_buff *skb); - void (*err_handler)(struct sk_buff *skb, u32 info); -}; - -int gre_add_protocol(const struct gre_protocol *proto, u8 version); -int gre_del_protocol(const struct gre_protocol *proto, u8 version); - -#endif |