2008-03-28 02:51:40 +08:00
|
|
|
/*
|
2008-08-09 19:44:58 +08:00
|
|
|
* arch/arm/plat-orion/include/plat/irq.h
|
2008-03-28 02:51:40 +08:00
|
|
|
*
|
|
|
|
* Marvell Orion SoC IRQ handling.
|
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public
|
|
|
|
* License version 2. This program is licensed "as is" without any
|
|
|
|
* warranty of any kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
2008-08-09 19:44:58 +08:00
|
|
|
#ifndef __PLAT_IRQ_H
|
|
|
|
#define __PLAT_IRQ_H
|
2008-03-28 02:51:40 +08:00
|
|
|
|
|
|
|
void orion_irq_init(unsigned int irq_start, void __iomem *maskaddr);
|
2012-06-27 19:40:04 +08:00
|
|
|
void __init orion_dt_init_irq(void);
|
2008-03-28 02:51:40 +08:00
|
|
|
#endif
|