add DTYPE_CRYPTO for use by /dev/crypto support

This commit is contained in:
Sam Leffler 2002-10-04 20:34:30 +00:00
parent 9b53341f29
commit b35c7eef04

View File

@ -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