xref: /netbsd-src/sys/arch/sbmips/include/intr.h (revision 6f35b2ec8f636a3b3e3dc6b249a8d95286326679)
1*6f35b2ecSmatt /* $NetBSD: intr.h,v 1.10 2011/02/20 07:47:38 matt Exp $ */
24b7a1286Ssimonb 
3*6f35b2ecSmatt /*-
4*6f35b2ecSmatt  * Copyright (c) 2010 The NetBSD Foundation, Inc.
5*6f35b2ecSmatt  * All rights reserved.
64b7a1286Ssimonb  *
7*6f35b2ecSmatt  * This code is derived from software contributed to The NetBSD Foundation
8*6f35b2ecSmatt  * by Matt Thomas <matt@3am-software.com>.
94b7a1286Ssimonb  *
10*6f35b2ecSmatt  * Redistribution and use in source and binary forms, with or without
11*6f35b2ecSmatt  * modification, are permitted provided that the following conditions
12*6f35b2ecSmatt  * are met:
13*6f35b2ecSmatt  * 1. Redistributions of source code must retain the above copyright
14*6f35b2ecSmatt  *    notice, this list of conditions and the following disclaimer.
15*6f35b2ecSmatt  * 2. Redistributions in binary form must reproduce the above copyright
16*6f35b2ecSmatt  *    notice, this list of conditions and the following disclaimer in the
17*6f35b2ecSmatt  *    documentation and/or other materials provided with the distribution.
184b7a1286Ssimonb  *
19*6f35b2ecSmatt  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20*6f35b2ecSmatt  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21*6f35b2ecSmatt  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22*6f35b2ecSmatt  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23*6f35b2ecSmatt  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
244b7a1286Ssimonb  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25*6f35b2ecSmatt  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26*6f35b2ecSmatt  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27*6f35b2ecSmatt  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28*6f35b2ecSmatt  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29*6f35b2ecSmatt  * POSSIBILITY OF SUCH DAMAGE.
304b7a1286Ssimonb  */
314b7a1286Ssimonb 
324b7a1286Ssimonb #ifndef _SBMIPS_INTR_H_
334b7a1286Ssimonb #define	_SBMIPS_INTR_H_
344b7a1286Ssimonb 
35*6f35b2ecSmatt #include <mips/intr.h>
364b7a1286Ssimonb #include <machine/systemsw.h>
378bf76628Syamt 
384b7a1286Ssimonb #endif /* _SBMIPS_INTR_H_ */
39