GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / plat-orion / include / plat / irq.h
blobf05eeab949688b823c3416f66fbb404b1b5ea978
1 /*
2 * arch/arm/plat-orion/include/plat/irq.h
4 * Marvell Orion SoC IRQ handling.
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 */
11 #ifndef __PLAT_IRQ_H
12 #define __PLAT_IRQ_H
14 void orion_irq_init(unsigned int irq_start, void __iomem *maskaddr);
17 #endif