blob: f05eeab949688b823c3416f66fbb404b1b5ea978 [file] [log] [blame]
Lennert Buytenhek01eb5692008-03-27 14:51:40 -04001/*
Lennert Buytenhek6f088f12008-08-09 13:44:58 +02002 * arch/arm/plat-orion/include/plat/irq.h
Lennert Buytenhek01eb5692008-03-27 14:51:40 -04003 *
4 * Marvell Orion SoC IRQ handling.
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
10
Lennert Buytenhek6f088f12008-08-09 13:44:58 +020011#ifndef __PLAT_IRQ_H
12#define __PLAT_IRQ_H
Lennert Buytenhek01eb5692008-03-27 14:51:40 -040013
14void orion_irq_init(unsigned int irq_start, void __iomem *maskaddr);
15
16
17#endif