From 90520622f1cfb257c67f0bfec513ba23f2bceeca Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 7 Sep 2003 21:35:36 +0000 Subject: Oops, use the local MVMEPROM_CALL(), rather than the one which used to be in -- code in stand/ does not need a specific context to invoke the BUG functions. --- sys/arch/mvme88k/stand/libbug/getbrdid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/mvme88k/stand/libbug/getbrdid.c') diff --git a/sys/arch/mvme88k/stand/libbug/getbrdid.c b/sys/arch/mvme88k/stand/libbug/getbrdid.c index 45008fbefb5..3848e31536c 100644 --- a/sys/arch/mvme88k/stand/libbug/getbrdid.c +++ b/sys/arch/mvme88k/stand/libbug/getbrdid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getbrdid.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */ +/* $OpenBSD: getbrdid.c,v 1.3 2003/09/07 21:35:35 miod Exp $ */ /* * bug routines -- assumes that the necessary sections of memory @@ -6,6 +6,7 @@ */ #include #include +#include "prom.h" /* BUG - query board routines */ struct mvmeprom_brdid * -- cgit v1.2.3