From 5a9dad02c22c8fdf067e002fab23546cf58fafbf Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 17 May 2006 17:58:05 +0000 Subject: Forgot about adding cuio_apply() here. Reviewed by: sam --- sys/opencrypto/cryptodev.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/opencrypto') diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h index 07f8333..dd185f9 100644 --- a/sys/opencrypto/cryptodev.h +++ b/sys/opencrypto/cryptodev.h @@ -384,5 +384,7 @@ struct uio; extern void cuio_copydata(struct uio* uio, int off, int len, caddr_t cp); extern void cuio_copyback(struct uio* uio, int off, int len, caddr_t cp); extern struct iovec *cuio_getptr(struct uio *uio, int loc, int *off); +extern int cuio_apply(struct uio *uio, int off, int len, + int (*f)(void *, void *, u_int), void *arg); #endif /* _KERNEL */ #endif /* _CRYPTO_CRYPTO_H_ */ -- cgit v1.1