2 * arch/arm/include/asm/mach/irq.h
4 * Copyright (C) 1995-2000 Russell King.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 #ifndef __ASM_ARM_MACH_IRQ_H
11 #define __ASM_ARM_MACH_IRQ_H
13 #include <linux/irq.h>
18 * This is internal. Do not use it.
20 extern void init_FIQ(int);
21 extern int show_fiq_list(struct seq_file
*, int);
24 * This is for easy migration, but should be changed in the source
26 #define do_bad_IRQ(desc) \
28 raw_spin_lock(&desc->lock); \
29 handle_bad_irq(desc); \
30 raw_spin_unlock(&desc->lock); \