summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/atapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/atapi.h')
-rw-r--r--sys/i386/isa/atapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/atapi.h b/sys/i386/isa/atapi.h
index dce85fb..1973325 100644
--- a/sys/i386/isa/atapi.h
+++ b/sys/i386/isa/atapi.h
@@ -226,8 +226,8 @@ struct atapidrv { /* delayed attach info */
};
struct buf;
-struct wcd;
-typedef void atapi_callback_t(struct wcd *, struct buf *, int, struct atapires);
+struct dmy;
+typedef void atapi_callback_t(struct dmy *, struct buf *, int, struct atapires);
struct atapicmd { /* ATAPI command block */
struct atapicmd *next; /* next command in queue */
OpenPOWER on IntegriCloud