2007-07-09 22:06:53 +01:00
|
|
|
/*
|
|
|
|
|
* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_MXC_IRQS_H__
|
|
|
|
|
#define __ASM_ARCH_MXC_IRQS_H__
|
|
|
|
|
|
2009-04-08 16:17:50 +03:00
|
|
|
extern int imx_irq_set_priority(unsigned char irq, unsigned char prio);
|
2007-07-09 22:06:53 +01:00
|
|
|
|
2008-11-14 11:01:39 +01:00
|
|
|
/* all normal IRQs can be FIQs */
|
|
|
|
|
#define FIQ_START 0
|
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2010-11-01 15:38:34 -04:00
|
|
|
/* switch between IRQ and FIQ */
|
2008-11-14 11:01:39 +01:00
|
|
|
extern int mxc_set_irq_fiq(unsigned int irq, unsigned int type);
|
|
|
|
|
|
2008-03-28 10:59:08 +01:00
|
|
|
#endif /* __ASM_ARCH_MXC_IRQS_H__ */
|