aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/_cryptodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/opencrypto/_cryptodev.h')
-rw-r--r--sys/opencrypto/_cryptodev.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/opencrypto/_cryptodev.h b/sys/opencrypto/_cryptodev.h
new file mode 100644
index 000000000000..4db897eab3e7
--- /dev/null
+++ b/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 __uint64_t crypto_session_t;