From 2e1dae6f643c4cae483deb29d3ec63a14b5f8ee0 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 15 Aug 2003 23:16:12 +0000 Subject: proto findcpu, because bootblocks use this too --- sys/arch/vax/vax/findcpu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch') 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. */ -- cgit v1.2.3