intr.h revision 1.22
11.22Sphx/* $NetBSD: intr.h,v 1.22 2009/07/21 09:49:16 phx Exp $ */ 21.1Sis 31.1Sis/*- 41.1Sis * Copyright (c) 1997 The NetBSD Foundation, Inc. 51.1Sis * All rights reserved. 61.1Sis * 71.1Sis * This code is derived from software contributed to The NetBSD Foundation 81.1Sis * by Ignatios Souvatzis. 91.1Sis * 101.1Sis * Redistribution and use in source and binary forms, with or without 111.1Sis * modification, are permitted provided that the following conditions 121.1Sis * are met: 131.1Sis * 1. Redistributions of source code must retain the above copyright 141.1Sis * notice, this list of conditions and the following disclaimer. 151.1Sis * 2. Redistributions in binary form must reproduce the above copyright 161.1Sis * notice, this list of conditions and the following disclaimer in the 171.1Sis * documentation and/or other materials provided with the distribution. 181.22Sphx * 3. All advertising materials mentioning features or use of this software 191.22Sphx * must display the following acknowledgement: 201.22Sphx * This product includes software developed by the NetBSD 211.22Sphx * Foundation, Inc. and its contributors. 221.22Sphx * 4. Neither the name of The NetBSD Foundation nor the names of its 231.22Sphx * contributors may be used to endorse or promote products derived 241.22Sphx * from this software without specific prior written permission. 251.1Sis * 261.1Sis * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 271.1Sis * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 281.1Sis * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 291.1Sis * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 301.1Sis * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 311.1Sis * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 321.1Sis * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 331.1Sis * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 341.1Sis * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 351.1Sis * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 361.1Sis * POSSIBILITY OF SUCH DAMAGE. 371.1Sis */ 381.1Sis 391.22Sphx#ifndef _AMIGAPPC_INTR_H_ 401.22Sphx#define _AMIGAPPC_INTR_H_ 411.1Sis 421.22Sphx#include <powerpc/intr.h> 431.1Sis 441.22Sphx#ifndef _LOCORE 451.22Sphx#include <machine/cpu.h> 461.22Sphx#include <sys/device.h> 471.1Sis 481.1Sis#endif 491.1Sis 501.22Sphx#endif /* !_AMIGAPPC_INTR_H_ */ 51