iommu/omap: Check for failure of a call to omap_iommu_dump_ctx
[linux/fpc-iii.git] / arch / arm / mach-imx / irq-common.h
blob1c2ac0fa4ab19acb70abaa6359a90fc9d0109757
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) BitBox Ltd 2010
4 */
6 #ifndef __PLAT_MXC_IRQ_COMMON_H__
7 #define __PLAT_MXC_IRQ_COMMON_H__
9 /* all normal IRQs can be FIQs */
10 #define FIQ_START 0
12 struct mxc_extra_irq
14 int (*set_irq_fiq)(unsigned int irq, unsigned int type);
17 #endif