freebsd-src/sys/opencrypto/_cryptodev.h
Warner Losh 2ff63af9b8 sys: Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:18 -06:00

8 lines
184 B
C

/*
* This trivial work is released to the public domain, or licensed under the
* terms of the CC0, at your option.
*/
#pragma once
typedef struct crypto_session *crypto_session_t;