- have machine/cpu.h and sys/device.h references here.

This commit is contained in:
nisimura 2007-12-11 05:32:12 +00:00
parent efbfd27b57
commit 0edee75daa
1 changed files with 3 additions and 1 deletions

View File

@ -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);