crypto: talitos - export the talitos_submit function
[cascardo/linux.git] / drivers / crypto / talitos.h
index 9835e3a..41b80f6 100644 (file)
@@ -133,6 +133,12 @@ struct talitos_private {
        struct hwrng rng;
 };
 
+extern int talitos_submit(struct device *dev, int ch, struct talitos_desc *desc,
+                         void (*callback)(struct device *dev,
+                                          struct talitos_desc *desc,
+                                          void *context, int error),
+                         void *context);
+
 /* .features flag */
 #define TALITOS_FTR_SRC_LINK_TBL_LEN_INCLUDES_EXTENT 0x00000001
 #define TALITOS_FTR_HW_AUTH_CHECK 0x00000002