From 3682a3751155fd0f3c24eda32d0afa025e15b057 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 6 Jul 1998 02:36:52 +0000 Subject: [PATCH] Include opt_compat_old_ofw.h for COMPAT_OLD_OFW option. --- sys/arch/arm32/ofw/ofisa_machdep.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm32/ofw/ofisa_machdep.h b/sys/arch/arm32/ofw/ofisa_machdep.h index f24f4bec5579..c4885b1dec52 100644 --- a/sys/arch/arm32/ofw/ofisa_machdep.h +++ b/sys/arch/arm32/ofw/ofisa_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: ofisa_machdep.h,v 1.2 1998/05/01 21:13:55 cgd Exp $ */ +/* $NetBSD: ofisa_machdep.h,v 1.3 1998/07/06 02:36:52 mark Exp $ */ /* * Copyright 1998 @@ -36,6 +36,10 @@ int ofisa_get_isabus_data __P((int, struct isabus_attach_args *)); int ofisa_ignore_child __P((int pphandle, int cphandle)); +#if defined(_KERNEL) && !defined(_LKM) +#include "opt_compat_old_ofw.h" +#endif + #ifdef COMPAT_OLD_OFW #define _OFISA_MD_MATCH