summaryrefslogtreecommitdiff
path: root/sys/arch/sandpoint/include
diff options
context:
space:
mode:
authornisimura <nisimura@NetBSD.org>2007-12-11 05:32:12 +0000
committernisimura <nisimura@NetBSD.org>2007-12-11 05:32:12 +0000
commit0edee75daaacbe457bcaabb148b5ea6e2b9ff0db (patch)
tree40ca19855d4a245cdefde8c1216524ac9bc96e6d /sys/arch/sandpoint/include
parentefbfd27b57dfa7be44bb69246fcfb4ce9207f366 (diff)
- have machine/cpu.h and sys/device.h references here.
Diffstat (limited to 'sys/arch/sandpoint/include')
-rw-r--r--sys/arch/sandpoint/include/intr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sandpoint/include/intr.h b/sys/arch/sandpoint/include/intr.h
index ab922e7b0e3..9af245dacf5 100644
--- a/sys/arch/sandpoint/include/intr.h
+++ b/sys/arch/sandpoint/include/intr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.14 2007/10/27 02:06:04 nisimura Exp $ */
+/* $NetBSD: intr.h,v 1.15 2007/12/11 05:32:12 nisimura Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -42,6 +42,8 @@
#include <powerpc/intr.h>
#ifndef _LOCORE
+#include <machine/cpu.h>
+#include <sys/device.h>
void enable_intr(void);
void disable_intr(void);