Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
14
include/net/ipcomp.h
Normal file
14
include/net/ipcomp.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _NET_IPCOMP_H
|
||||
#define _NET_IPCOMP_H
|
||||
|
||||
#include <linux/crypto.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#define IPCOMP_SCRATCH_SIZE 65400
|
||||
|
||||
struct ipcomp_data {
|
||||
u16 threshold;
|
||||
struct crypto_comp **tfms;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user