diff options
Diffstat (limited to 'sys/arch/sun3/include/obio.h')
-rw-r--r-- | sys/arch/sun3/include/obio.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/sun3/include/obio.h b/sys/arch/sun3/include/obio.h index f8d8c3b9a39..01a7be77faa 100644 --- a/sys/arch/sun3/include/obio.h +++ b/sys/arch/sun3/include/obio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: obio.h,v 1.7 2000/08/28 22:04:22 miod Exp $ */ +/* $OpenBSD: obio.h,v 1.8 2002/03/14 01:26:46 millert Exp $ */ /* $NetBSD: obio.h,v 1.16 1996/11/20 18:57:14 gwr Exp $ */ /*- @@ -77,15 +77,15 @@ #ifdef _KERNEL -caddr_t obio_alloc __P((int, int)); -caddr_t obio_vm_alloc __P((int)); -caddr_t obio_find_mapping __P((int pa, int size)); +caddr_t obio_alloc(int, int); +caddr_t obio_vm_alloc(int); +caddr_t obio_find_mapping(int pa, int size); /* routines called during earily startup */ -void obio_init __P((void)); -void zs_init __P((void)); -void eeprom_init __P((void)); -void intreg_init __P((void)); -void clock_init __P((void)); +void obio_init(void); +void zs_init(void); +void eeprom_init(void); +void intreg_init(void); +void clock_init(void); #endif /* _KERNEL */ |