diff options
Diffstat (limited to 'sys/dev/ic/aic6360var.h')
-rw-r--r-- | sys/dev/ic/aic6360var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/aic6360var.h b/sys/dev/ic/aic6360var.h index 7522c88cfdc..07a53c9bf85 100644 --- a/sys/dev/ic/aic6360var.h +++ b/sys/dev/ic/aic6360var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6360var.h,v 1.5 2006/06/02 06:26:15 martin Exp $ */ +/* $OpenBSD: aic6360var.h,v 1.6 2006/06/03 01:51:54 martin Exp $ */ /* $NetBSD: aic6360.c,v 1.52 1996/12/10 21:27:51 thorpej Exp $ */ /* @@ -214,5 +214,6 @@ struct aic_softc { #define AIC_START(s) AIC_PRINT(AIC_SHOWSTART, s) void aicattach(struct aic_softc *); +int aic_detach(struct device *, int); int aicintr(void *); int aic_find(bus_space_tag_t, bus_space_handle_t); |