1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) BitBox Ltd 2010
6 #ifndef __PLAT_MXC_IRQ_COMMON_H__
7 #define __PLAT_MXC_IRQ_COMMON_H__
9 /* all normal IRQs can be FIQs */
14 int (*set_irq_fiq
)(unsigned int irq
, unsigned int type
);