As struct cryptop is wrapped in #ifdef _KERNEL, userland doesn't
need to drag in <sys/_task.h> either.
This commit is contained in:
parent
4c8fb952b5
commit
345c692d18
@ -63,10 +63,10 @@
|
||||
#define _CRYPTO_CRYPTO_H_
|
||||
|
||||
#include <sys/ioccom.h>
|
||||
#include <sys/_task.h>
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <opencrypto/_cryptodev.h>
|
||||
#include <sys/_task.h>
|
||||
#endif
|
||||
|
||||
/* Some initial values */
|
||||
|
Loading…
Reference in New Issue
Block a user