Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * arch/arm/plat-orion/include/plat/irq.h
0003  *
0004  * Marvell Orion SoC IRQ handling.
0005  *
0006  * This file is licensed under the terms of the GNU General Public
0007  * License version 2.  This program is licensed "as is" without any
0008  * warranty of any kind, whether express or implied.
0009  */
0010 
0011 #ifndef __PLAT_IRQ_H
0012 #define __PLAT_IRQ_H
0013 
0014 void orion_irq_init(unsigned int irq_start, void __iomem *maskaddr);
0015 #endif