(2006-08-06) rescue-bootcd
This commit is contained in:
11
extra/linux-2.6.10/include/net/ipcomp.h
Normal file
11
extra/linux-2.6.10/include/net/ipcomp.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _NET_IPCOMP_H
|
||||
#define _NET_IPCOMP_H
|
||||
|
||||
#define IPCOMP_SCRATCH_SIZE 65400
|
||||
|
||||
struct ipcomp_data {
|
||||
u16 threshold;
|
||||
struct crypto_tfm **tfms;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user