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/eisa/ahc_eisa.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/eisa/ahc_eisa.c')
-rw-r--r-- | sys/dev/eisa/ahc_eisa.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/eisa/ahc_eisa.c b/sys/dev/eisa/ahc_eisa.c index cdd5e4f2142..722b5e83a6b 100644 --- a/sys/dev/eisa/ahc_eisa.c +++ b/sys/dev/eisa/ahc_eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahc_eisa.c,v 1.10 2002/02/16 05:41:28 smurph Exp $ */ +/* $OpenBSD: ahc_eisa.c,v 1.11 2002/03/14 01:26:53 millert Exp $ */ /* $NetBSD: ahc_eisa.c,v 1.10 1996/10/21 22:30:58 thorpej Exp $ */ /* @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_eisa.c,v 1.10 2002/02/16 05:41:28 smurph Exp $ + * $Id: ahc_eisa.c,v 1.11 2002/03/14 01:26:53 millert Exp $ */ #include "eisa.h" @@ -58,9 +58,9 @@ #define AHC_EISA_SLOT_OFFSET 0xc00 #define AHC_EISA_IOSIZE 0x100 -int ahc_eisa_irq __P((bus_space_tag_t, bus_space_handle_t)); -int ahc_eisa_match __P((struct device *, void *, void *)); -void ahc_eisa_attach __P((struct device *, struct device *, void *)); +int ahc_eisa_irq(bus_space_tag_t, bus_space_handle_t); +int ahc_eisa_match(struct device *, void *, void *); +void ahc_eisa_attach(struct device *, struct device *, void *); struct cfattach ahc_eisa_ca = { |