1
0
Fork 0
linux/arch/arm/mach-imx/irq-common.h
Daniel Baumann 79d69e5050
Adding upstream version 6.12.33.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 12:14:28 +02:00

17 lines
305 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) BitBox Ltd 2010
*/
#ifndef __PLAT_MXC_IRQ_COMMON_H__
#define __PLAT_MXC_IRQ_COMMON_H__
/* all normal IRQs can be FIQs */
#define FIQ_START 0
struct mxc_extra_irq
{
int (*set_irq_fiq)(unsigned int irq, unsigned int type);
};
#endif