xref: /netbsd-src/sys/arch/arm/s3c2xx0/s3c2410_intr.h (revision 95e1ffb15694e54f29f8baaa4232152b703c2a5a)
1*95e1ffb1Schristos /*	$NetBSD: s3c2410_intr.h,v 1.2 2005/12/11 12:16:51 christos Exp $ */
286ab1d65Sbsh 
386ab1d65Sbsh /*
486ab1d65Sbsh  * Copyright (c) 2003  Genetec corporation.  All rights reserved.
586ab1d65Sbsh  * Written by Hiroyuki Bessho for Genetec corporation.
686ab1d65Sbsh  *
786ab1d65Sbsh  * Redistribution and use in source and binary forms, with or without
886ab1d65Sbsh  * modification, are permitted provided that the following conditions
986ab1d65Sbsh  * are met:
1086ab1d65Sbsh  * 1. Redistributions of source code must retain the above copyright
1186ab1d65Sbsh  *    notice, this list of conditions and the following disclaimer.
1286ab1d65Sbsh  * 2. Redistributions in binary form must reproduce the above copyright
1386ab1d65Sbsh  *    notice, this list of conditions and the following disclaimer in the
1486ab1d65Sbsh  *    documentation and/or other materials provided with the distribution.
1586ab1d65Sbsh  * 3. The name of Genetec corporation may not be used to endorse
1686ab1d65Sbsh  *    or promote products derived from this software without specific prior
1786ab1d65Sbsh  *    written permission.
1886ab1d65Sbsh  *
1986ab1d65Sbsh  * THIS SOFTWARE IS PROVIDED BY GENETEC CORP. ``AS IS'' AND
2086ab1d65Sbsh  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2186ab1d65Sbsh  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2286ab1d65Sbsh  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL GENETEC CORP.
2386ab1d65Sbsh  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2486ab1d65Sbsh  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2586ab1d65Sbsh  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2686ab1d65Sbsh  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2786ab1d65Sbsh  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2886ab1d65Sbsh  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2986ab1d65Sbsh  * POSSIBILITY OF SUCH DAMAGE.
3086ab1d65Sbsh  */
3186ab1d65Sbsh 
3286ab1d65Sbsh #ifndef _S3C2410_INTR_H_
3386ab1d65Sbsh #define	_S3C2410_INTR_H_
3486ab1d65Sbsh 
3586ab1d65Sbsh #define	ARM_IRQ_HANDLER	_C_LABEL(s3c2410_irq_handler)
3686ab1d65Sbsh 
3786ab1d65Sbsh #include <arm/s3c2xx0/s3c24x0_intr.h>
3886ab1d65Sbsh 
3986ab1d65Sbsh #endif /* _S3C2410_INTR_H_ */
40