diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-12-05 18:55:54 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-12-05 18:55:54 +0000 |
| commit | c8ce7b587b335a1bfec7342a331ad4ae125e30d1 (patch) | |
| tree | 2f98cab4b99bc39fa003a931fc04e17dc2cb3126 /sys/opencrypto | |
| parent | 4cc7ec350055af813908b2bba32f67f149aa3485 (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 |
