diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2018-07-13 23:46:07 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2018-07-13 23:46:07 +0000 |
| commit | 2e08e39ff53a55f7ba5db298069b00a9e73f2dc3 (patch) | |
| tree | f865cd713b628abe8e76b8b6607f05dba7bd3eff /sys/opencrypto/_cryptodev.h | |
| parent | 530a4c5af643ade67d2e5deb91692fa07382db46 (diff) | |
Notes
Diffstat (limited to 'sys/opencrypto/_cryptodev.h')
| -rw-r--r-- | sys/opencrypto/_cryptodev.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/opencrypto/_cryptodev.h b/sys/opencrypto/_cryptodev.h new file mode 100644 index 0000000000000..4db897eab3e71 --- /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; |
