[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.h
[linux-2.6/mini2440.git] / include / net / ipcomp.h
blobb94e3047b4d9b39f2ba5782675a2037815545883
1 #ifndef _NET_IPCOMP_H
2 #define _NET_IPCOMP_H
4 #include <linux/types.h>
6 #define IPCOMP_SCRATCH_SIZE 65400
8 struct crypto_tfm;
10 struct ipcomp_data {
11 u16 threshold;
12 struct crypto_tfm **tfms;
15 #endif