]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/net/ipcomp.h
Pull sgi into release branch
[mv-sheeva.git] / include / net / ipcomp.h
index e651a57ecdd57e1545ea1e494f9b9e24264d1d27..87c1af3e5e8243be480e0cec57860242c722a914 100644 (file)
@@ -1,11 +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_tfm **tfms;
+       struct crypto_comp **tfms;
 };
 
 #endif