diff options
Diffstat (limited to 'sys/arch/sun3/include/obio.h')
-rw-r--r-- | sys/arch/sun3/include/obio.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/sun3/include/obio.h b/sys/arch/sun3/include/obio.h index e687a5a4206..fad8ddcb560 100644 --- a/sys/arch/sun3/include/obio.h +++ b/sys/arch/sun3/include/obio.h @@ -1,3 +1,4 @@ +/* $OpenBSD: obio.h,v 1.6 1997/01/16 04:04:09 kstailey Exp $ */ /* $NetBSD: obio.h,v 1.16 1996/11/20 18:57:14 gwr Exp $ */ /*- @@ -82,4 +83,11 @@ caddr_t obio_alloc __P((int, int)); caddr_t obio_vm_alloc __P((int)); caddr_t obio_find_mapping __P((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)); + #endif /* _KERNEL */ |