summaryrefslogtreecommitdiff
path: root/backport-include/uapi/linux/cryptouser.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport-include/uapi/linux/cryptouser.h')
-rw-r--r--backport-include/uapi/linux/cryptouser.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/backport-include/uapi/linux/cryptouser.h b/backport-include/uapi/linux/cryptouser.h
new file mode 100644
index 0000000..ea4a9a5
--- /dev/null
+++ b/backport-include/uapi/linux/cryptouser.h
@@ -0,0 +1,12 @@
+#ifndef __BACKPORT_LINUX_CRYPTOUSER_H
+#define __BACKPORT_LINUX_CRYPTOUSER_H
+#include_next <linux/cryptouser.h>
+#include <linux/version.h>
+
+#if LINUX_VERSION_IS_LESS(4,8,0)
+struct crypto_report_kpp {
+ char type[CRYPTO_MAX_NAME];
+};
+#endif /* < 4.8 */
+
+#endif