blob: 1c2ac0fa4ab19acb70abaa6359a90fc9d0109757 [file] [log] [blame]
Thomas Gleixner16216332019-05-19 15:51:31 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Peter Hortoncdc3f102010-12-06 11:37:38 +00002/*
3 * Copyright (C) BitBox Ltd 2010
Peter Hortoncdc3f102010-12-06 11:37:38 +00004 */
5
6#ifndef __PLAT_MXC_IRQ_COMMON_H__
7#define __PLAT_MXC_IRQ_COMMON_H__
8
Shawn Guo1e662102012-09-16 22:16:44 +08009/* all normal IRQs can be FIQs */
10#define FIQ_START 0
11
Hui Wang3439a392011-09-22 17:40:08 +080012struct mxc_extra_irq
Peter Hortoncdc3f102010-12-06 11:37:38 +000013{
Peter Hortoncdc3f102010-12-06 11:37:38 +000014 int (*set_irq_fiq)(unsigned int irq, unsigned int type);
15};
16
17#endif