diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-06-12 12:36:15 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-06-12 12:36:15 +0000 |
commit | 73a33c136a7d96d82e4034bea651293f8da0a41a (patch) | |
tree | 7490715cad9f581e8b1dc4b10e87ffd1b69076e3 /sys/arch/vax/include | |
parent | 282c579c4810dd9ab722ca1b4615e199ce4baf34 (diff) |
bdevtomaj worked well, but is no longer needed.
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r-- | sys/arch/vax/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/vax/include/cpu.h b/sys/arch/vax/include/cpu.h index bb24a2bc2d4..5a85ebad627 100644 --- a/sys/arch/vax/include/cpu.h +++ b/sys/arch/vax/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.12 2002/03/14 01:26:48 millert Exp $ */ +/* $OpenBSD: cpu.h,v 1.13 2002/06/12 12:36:13 hugh Exp $ */ /* $NetBSD: cpu.h,v 1.41 1999/10/21 20:01:36 ragge Exp $ */ /* @@ -118,10 +118,6 @@ struct device; /* Some low-level prototypes */ int badaddr(caddr_t, int); void cpu_swapin(struct proc *); -int hp_getdev(int, int, struct device **); -int sd_getdev(int, int, int, int, char **); -int ra_getdev(int, int, int, char **); -int bdevtomaj(int); void dumpconf(void); void dumpsys(void); void swapconf(void); |