18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) BitBox Ltd 2010
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __PLAT_MXC_IRQ_COMMON_H__
78c2ecf20Sopenharmony_ci#define __PLAT_MXC_IRQ_COMMON_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/* all normal IRQs can be FIQs */
108c2ecf20Sopenharmony_ci#define FIQ_START	0
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cistruct mxc_extra_irq
138c2ecf20Sopenharmony_ci{
148c2ecf20Sopenharmony_ci	int (*set_irq_fiq)(unsigned int irq, unsigned int type);
158c2ecf20Sopenharmony_ci};
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif
18