diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-15 23:16:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-15 23:16:12 +0000 |
commit | 2e1dae6f643c4cae483deb29d3ec63a14b5f8ee0 (patch) | |
tree | a2ec8c7e41e8d4d6e40834d70812c24e6acef4c1 /sys | |
parent | db0bc3759f980cdc899215e89804bd0e2f2369d8 (diff) |
proto findcpu, because bootblocks use this too
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/vax/vax/findcpu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/vax/findcpu.c b/sys/arch/vax/vax/findcpu.c index 7845ac6f5a5..abaa0e398f9 100644 --- a/sys/arch/vax/vax/findcpu.c +++ b/sys/arch/vax/vax/findcpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: findcpu.c,v 1.9 2003/08/10 15:55:23 deraadt Exp $ */ +/* $OpenBSD: findcpu.c,v 1.10 2003/08/15 23:16:11 deraadt Exp $ */ /* $NetBSD: findcpu.c,v 1.5 1999/08/23 19:10:43 ragge Exp $ */ /* * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden. @@ -53,6 +53,8 @@ int vax_cpudata = 0; /* contents of the SID register */ int vax_siedata = 0; /* contents of the SIE register */ int vax_confdata; /* machine dependend, configuration/setup data */ +void findcpu(void); + /* * Try to figure out which type of system this is. */ |