Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) BitBox Ltd 2010
0004  */
0005 
0006 #ifndef __PLAT_MXC_IRQ_COMMON_H__
0007 #define __PLAT_MXC_IRQ_COMMON_H__
0008 
0009 /* all normal IRQs can be FIQs */
0010 #define FIQ_START   0
0011 
0012 struct mxc_extra_irq
0013 {
0014     int (*set_irq_fiq)(unsigned int irq, unsigned int type);
0015 };
0016 
0017 #endif