18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * arch/arm/plat-orion/include/plat/irq.h
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * Marvell Orion SoC IRQ handling.
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * This file is licensed under the terms of the GNU General Public
78c2ecf20Sopenharmony_ci * License version 2.  This program is licensed "as is" without any
88c2ecf20Sopenharmony_ci * warranty of any kind, whether express or implied.
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef __PLAT_IRQ_H
128c2ecf20Sopenharmony_ci#define __PLAT_IRQ_H
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_civoid orion_irq_init(unsigned int irq_start, void __iomem *maskaddr);
158c2ecf20Sopenharmony_ci#endif
16