diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-09-05 09:31:14 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-09-05 09:31:14 +0000 |
| commit | f615ab288625e21472c480865e2549d8adb1a99a (patch) | |
| tree | 41041a52d24261f3adf3ba03d81ee64b0df4e6a1 | |
| parent | a2f0974b199d3a89c37ea22a2e27b01c33d48d32 (diff) | |
Notes
| -rw-r--r-- | sys/sys/bio.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h index 61e53d707580..d5a9b7008625 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -45,9 +45,6 @@ #include <sys/queue.h> struct bio; -struct buf; -struct g_consumer; -struct g_provider; struct iodone_chain { long ic_prev_flags; @@ -108,6 +105,8 @@ struct bio { #ifdef _KERNEL +struct uio; + static __inline__ void biodone(struct bio *bp) { |
