mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add DTYPE_CRYPTO for use by /dev/crypto support
This commit is contained in:
parent
9b53341f29
commit
b35c7eef04
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ struct socket;
|
|||
#define DTYPE_PIPE 3 /* pipe */
|
||||
#define DTYPE_FIFO 4 /* fifo (named pipe) */
|
||||
#define DTYPE_KQUEUE 5 /* event queue */
|
||||
#define DTYPE_CRYPTO 6 /* crypto */
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue