[PATCH] mm: ia64 use expand_upwards
[linux-2.6/openmoko-kernel/knife-kernel.git] / include / net / ipcomp.h
blobe651a57ecdd57e1545ea1e494f9b9e24264d1d27
1 #ifndef _NET_IPCOMP_H
2 #define _NET_IPCOMP_H
4 #define IPCOMP_SCRATCH_SIZE 65400
6 struct ipcomp_data {
7 u16 threshold;
8 struct crypto_tfm **tfms;
9 };
11 #endif