From d8d3327f01de99680843cb74b16449848bc7a12b Mon Sep 17 00:00:00 2001 From: ad Date: Thu, 11 Oct 2007 10:36:42 +0000 Subject: [PATCH] Declare struct cpu_info for m68k ports. --- sys/sys/intr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/sys/intr.h b/sys/sys/intr.h index 34c5e6fa21ef..d40a0dab882a 100644 --- a/sys/sys/intr.h +++ b/sys/sys/intr.h @@ -1,4 +1,4 @@ -/* $NetBSD: intr.h,v 1.2 2007/10/08 15:51:03 ad Exp $ */ +/* $NetBSD: intr.h,v 1.3 2007/10/11 10:36:42 ad Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -43,6 +43,8 @@ #ifdef _KERNEL +struct cpu_info; + /* Boot-time initalization. */ void softint_init(struct cpu_info *);