summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/opencrypto/_cryptodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/opencrypto/_cryptodev.h')
-rw-r--r--freebsd/sys/opencrypto/_cryptodev.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/freebsd/sys/opencrypto/_cryptodev.h b/freebsd/sys/opencrypto/_cryptodev.h
new file mode 100644
index 00000000..d13b41da
--- /dev/null
+++ b/freebsd/sys/opencrypto/_cryptodev.h
@@ -0,0 +1,8 @@
+/*
+ * This trivial work is released to the public domain, or licensed under the
+ * terms of the CC0, at your option.
+ * $FreeBSD$
+ */
+#pragma once
+
+typedef struct crypto_session *crypto_session_t;