diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
commit | e63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch) | |
tree | c2aa960c67a99a878c8902943399029fa598683f /sys/dev/pci/ises.c | |
parent | 71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff) |
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/dev/pci/ises.c')
-rw-r--r-- | sys/dev/pci/ises.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pci/ises.c b/sys/dev/pci/ises.c index f57772514b3..23eb3a3022b 100644 --- a/sys/dev/pci/ises.c +++ b/sys/dev/pci/ises.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ises.c,v 1.19 2002/03/14 01:26:59 millert Exp $ */ +/* $OpenBSD: ises.c,v 1.20 2002/03/14 03:16:06 millert Exp $ */ /* * Copyright (c) 2000, 2001 Håkan Olsson (ho@crt.se) @@ -68,9 +68,8 @@ void ises_initstate(void *); void ises_hrng_init(struct ises_softc *); void ises_hrng(void *); void ises_process_oqueue(struct ises_softc *); -int ises_queue_cmd __P((struct ises_softc *, u_int32_t, u_int32_t *, - u_int32_t (*)(struct ises_softc *, - struct ises_cmd *))); +int ises_queue_cmd(struct ises_softc *, u_int32_t, u_int32_t *, + u_int32_t (*)(struct ises_softc *, struct ises_cmd *)); u_int32_t ises_get_fwversion(struct ises_softc *); int ises_assert_cmd_mode(struct ises_softc *); |