diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-11-28 16:54:18 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-11-28 16:54:18 +0000 |
| commit | df21ad6e417ad913ffd1598ab08a60f968438458 (patch) | |
| tree | ca153c5b3ff178c8abdf2da979574ce337eefff8 /sys/opencrypto | |
| parent | e7ad2d3410d6a26ac66cfbbecda7f115a3223b08 (diff) | |
Notes
Diffstat (limited to 'sys/opencrypto')
| -rw-r--r-- | sys/opencrypto/crypto.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c index 0637c86411ba..58107802fd7a 100644 --- a/sys/opencrypto/crypto.c +++ b/sys/opencrypto/crypto.c @@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$"); #define CRYPTO_TIMING /* enable timing support */ #include "opt_ddb.h" +#include "opt_kdtrace.h" #include <sys/param.h> #include <sys/systm.h> @@ -68,6 +69,7 @@ __FBSDID("$FreeBSD$"); #include <sys/mutex.h> #include <sys/malloc.h> #include <sys/proc.h> +#include <sys/sdt.h> #include <sys/sysctl.h> #include <ddb/ddb.h> @@ -80,6 +82,8 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include "cryptodev_if.h" +SDT_PROVIDER_DEFINE(opencrypto); + /* * Crypto drivers register themselves by allocating a slot in the * crypto_drivers table with crypto_get_driverid() and then registering |
