From 2adc6309fe27cdb87a4f07ae1e75c44c5da4ceed Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 1 Feb 1998 20:08:39 +0000 Subject: Forward declare more structs that are used in prototypes here - don't depend on forward declaring common ones. --- sys/i386/isa/atapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386/isa') diff --git a/sys/i386/isa/atapi.h b/sys/i386/isa/atapi.h index ca9b871..eb33e31 100644 --- a/sys/i386/isa/atapi.h +++ b/sys/i386/isa/atapi.h @@ -213,6 +213,7 @@ struct atapidrv { /* delayed attach info */ int attached; /* the drive is attached */ }; +struct buf; struct wcd; typedef void atapi_callback_t(struct wcd *, struct buf *, int, struct atapires); -- cgit v1.1