diff options
Diffstat (limited to 'sys/arch/vax/include/cpu.h')
| -rw-r--r-- | sys/arch/vax/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/include/cpu.h b/sys/arch/vax/include/cpu.h index 924a18c8419..cf9be972be7 100644 --- a/sys/arch/vax/include/cpu.h +++ b/sys/arch/vax/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.37 2011/03/23 16:54:37 pirofti Exp $ */ +/* $OpenBSD: cpu.h,v 1.38 2011/07/06 18:32:59 miod Exp $ */ /* $NetBSD: cpu.h,v 1.41 1999/10/21 20:01:36 ragge Exp $ */ /* @@ -152,7 +152,6 @@ void dumpconf(void); void dumpsys(void); void swapconf(void); void disk_printtype(int, int); -void disk_reallymapin(struct buf *, pt_entry_t *, int, int); vaddr_t vax_map_physmem(paddr_t, int); void vax_unmap_physmem(vaddr_t, int); void ioaccess(vaddr_t, paddr_t, int); |
