diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-24 21:12:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-24 21:12:39 +0000 |
commit | f0d601a612354a8fc00f1f3b78cce43519e7359d (patch) | |
tree | 45384819f97ac8ea5f710e807dbe7bb9f97d1772 /sys/arch/mvmeppc/stand/libbug/getbrdid.c | |
parent | 3a5fa9add0385fc3ec28c0e0b93731e6784e24a4 (diff) |
Deal with <machine/prom.h> changes.
Diffstat (limited to 'sys/arch/mvmeppc/stand/libbug/getbrdid.c')
-rw-r--r-- | sys/arch/mvmeppc/stand/libbug/getbrdid.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/stand/libbug/getbrdid.c b/sys/arch/mvmeppc/stand/libbug/getbrdid.c index 4fca7da9d23..ccb080fc84c 100644 --- a/sys/arch/mvmeppc/stand/libbug/getbrdid.c +++ b/sys/arch/mvmeppc/stand/libbug/getbrdid.c @@ -1,11 +1,12 @@ -/* $OpenBSD: getbrdid.c,v 1.2 2001/07/04 08:31:35 niklas Exp $ */ +/* $OpenBSD: getbrdid.c,v 1.3 2004/01/24 21:12:38 miod Exp $ */ /* * bug routines -- assumes that the necessary sections of memory * are preserved. */ #include <sys/types.h> -#include <machine/prom.h> + +#include "libbug.h" /* BUG - query board routines */ struct mvmeprom_brdid * |