diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/ic/aic6360var.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/ic/aic6360var.h')
-rw-r--r-- | sys/dev/ic/aic6360var.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/aic6360var.h b/sys/dev/ic/aic6360var.h index 50b5f862ad1..de6aad861c2 100644 --- a/sys/dev/ic/aic6360var.h +++ b/sys/dev/ic/aic6360var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6360var.h,v 1.1 1998/09/11 07:24:57 fgsch Exp $ */ +/* $OpenBSD: aic6360var.h,v 1.2 2002/03/14 01:26:54 millert Exp $ */ /* $NetBSD: aic6360.c,v 1.52 1996/12/10 21:27:51 thorpej Exp $ */ /* @@ -212,6 +212,6 @@ struct aic_softc { #define AIC_TRACE(s) AIC_PRINT(AIC_SHOWTRACE, s) #define AIC_START(s) AIC_PRINT(AIC_SHOWSTART, s) -void aicattach __P((struct aic_softc *)); -int aicintr __P((void *)); -int aic_find __P((bus_space_tag_t, bus_space_handle_t)); +void aicattach(struct aic_softc *); +int aicintr(void *); +int aic_find(bus_space_tag_t, bus_space_handle_t); |