sys/device.h is not suitable for such low-level definitions.

This commit is contained in:
uebayasi 2010-11-13 14:07:06 +00:00
parent 8184d5dc03
commit 29de20e7d1
8 changed files with 8 additions and 16 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.21 2010/06/13 02:11:23 tsutsui Exp $ */
/* $NetBSD: intr.h,v 1.22 2010/11/13 14:07:06 uebayasi Exp $ */
/*
* Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@ -86,7 +86,6 @@
#ifndef _LOCORE
#include <sys/device.h>
#include <sys/queue.h>
#if defined(_LKM)

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.14 2010/06/13 02:11:23 tsutsui Exp $ */
/* $NetBSD: intr.h,v 1.15 2010/11/13 14:07:07 uebayasi Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@ -72,7 +72,6 @@
#ifndef _LOCORE
#include <sys/device.h>
#include <sys/queue.h>
#if defined(_LKM)

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.13 2010/04/24 09:39:57 kiyohara Exp $ */
/* $NetBSD: intr.h,v 1.14 2010/11/13 14:07:07 uebayasi Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
#ifndef _LOCORE
#include <machine/cpu.h>
#include <sys/device.h>
void init_intr_ivr(void);
void init_intr_openpic(void);

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.13 2010/04/24 09:39:57 kiyohara Exp $ */
/* $NetBSD: intr.h,v 1.14 2010/11/13 14:07:07 uebayasi Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
#ifndef _LOCORE
#include <machine/cpu.h>
#include <sys/device.h>
#define ICU_LEN 32
#define IRQ_SLAVE 2

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.32 2010/04/24 09:39:57 kiyohara Exp $ */
/* $NetBSD: intr.h,v 1.33 2010/11/13 14:07:07 uebayasi Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
#ifndef _LOCORE
#include <machine/cpu.h>
#include <sys/device.h>
void init_intr_ivr(void);
void init_intr_openpic(void);

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.3 2010/04/25 12:26:07 kiyohara Exp $ */
/* $NetBSD: intr.h,v 1.4 2010/11/13 14:07:08 uebayasi Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
#ifndef _LOCORE
#include <machine/cpu.h>
#include <sys/device.h>
#define ICU_LEN 16

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.17 2010/04/24 09:39:57 kiyohara Exp $ */
/* $NetBSD: intr.h,v 1.18 2010/11/13 14:07:08 uebayasi Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
#ifndef _LOCORE
#include <machine/cpu.h>
#include <sys/device.h>
void enable_intr(void);
void disable_intr(void);

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.6 2008/04/27 18:58:47 matt Exp $ */
/* $NetBSD: intr.h,v 1.7 2010/11/13 14:07:08 uebayasi Exp $ */
/*
* Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@ -82,7 +82,6 @@
#ifndef _LOCORE
#include <sys/device.h>
#include <sys/queue.h>
#if defined(_LKM)