summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/cryptodev.h
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2003-12-15 21:49:41 +0000
committerbms <bms@FreeBSD.org>2003-12-15 21:49:41 +0000
commit3eb53d90efa64e513846ead8455355cb3da6d7e4 (patch)
tree4a56d35c92a140a3a9a8c550bd3f95c338a48449 /sys/opencrypto/cryptodev.h
parenta1979e4f7e164437f89f892976c3a660e1ffcfc4 (diff)
downloadFreeBSD-src-3eb53d90efa64e513846ead8455355cb3da6d7e4.zip
FreeBSD-src-3eb53d90efa64e513846ead8455355cb3da6d7e4.tar.gz
Push m_apply() and m_getptr() up into the colleciton of standard mbuf
routines, and purge them from opencrypto. Reviewed by: sam Obtained from: NetBSD Sponsored by: spc.org
Diffstat (limited to 'sys/opencrypto/cryptodev.h')
-rw-r--r--sys/opencrypto/cryptodev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h
index d281dd5..ec166e8 100644
--- a/sys/opencrypto/cryptodev.h
+++ b/sys/opencrypto/cryptodev.h
@@ -379,9 +379,6 @@ extern int crypto_devallowsoft; /* only use hardware crypto */
* XXX these don't really belong here; but for now they're
* kept apart from the rest of the system.
*/
-struct mbuf;
-struct mbuf *m_getptr(struct mbuf *, int, int *);
-
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);
OpenPOWER on IntegriCloud