MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / net / ipcomp.h
blob87c1af3e5e8243be480e0cec57860242c722a914
1 #ifndef _NET_IPCOMP_H
2 #define _NET_IPCOMP_H
4 #include <linux/crypto.h>
5 #include <linux/types.h>
7 #define IPCOMP_SCRATCH_SIZE 65400
9 struct ipcomp_data {
10 u16 threshold;
11 struct crypto_comp **tfms;
14 #endif