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/arch/mac68k/dev/z8530sc.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/mac68k/dev/z8530sc.h')
-rw-r--r-- | sys/arch/mac68k/dev/z8530sc.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/mac68k/dev/z8530sc.h b/sys/arch/mac68k/dev/z8530sc.h index 8e94386398b..147c303ab8d 100644 --- a/sys/arch/mac68k/dev/z8530sc.h +++ b/sys/arch/mac68k/dev/z8530sc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530sc.h,v 1.3 1996/10/13 15:29:07 briggs Exp $ */ +/* $OpenBSD: z8530sc.h,v 1.4 2002/03/14 01:26:35 millert Exp $ */ /* $NetBSD: z8530sc.h,v 1.1 1996/05/18 18:54:30 briggs Exp $ */ /* @@ -178,11 +178,11 @@ struct zsc_attach_args { #define ZS_CHIP_8580 2 #define ZS_CHIP_ESCC 3 -void zs_loadchannelregs __P((struct zs_chanstate *)); -int zsc_intr_soft __P((void *)); -int zsc_intr_hard __P((void *)); -int zs_checkchip __P((struct zs_chanstate *)); -int zs_break __P((struct zs_chanstate *, int)); -int zs_getspeed __P((struct zs_chanstate *)); -void zs_iflush __P((struct zs_chanstate *)); +void zs_loadchannelregs(struct zs_chanstate *); +int zsc_intr_soft(void *); +int zsc_intr_hard(void *); +int zs_checkchip(struct zs_chanstate *); +int zs_break(struct zs_chanstate *, int); +int zs_getspeed(struct zs_chanstate *); +void zs_iflush(struct zs_chanstate *); |