]> Git Repo - linux.git/blob - include/net/ipcomp.h
Merge master.kernel.org:/home/rmk/linux-2.6-serial
[linux.git] / include / net / ipcomp.h
1 #ifndef _NET_IPCOMP_H
2 #define _NET_IPCOMP_H
3
4 #define IPCOMP_SCRATCH_SIZE     65400
5
6 struct ipcomp_data {
7         u16 threshold;
8         struct crypto_tfm **tfms;
9 };
10
11 #endif
This page took 0.034555 seconds and 4 git commands to generate.