irq.h (26a8e96a8b37e8070fa9dcb1b7490cf4d4492d50) | irq.h (49b424fedaf88d0fa9913082b8c1ccd012a8a972) |
---|---|
1/* 2 * include/asm-xtensa/irq.h 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 * 8 * Copyright (C) 2001 - 2005 Tensilica Inc. --- 31 unchanged lines hidden (view full) --- 40static __inline__ int irq_canonicalize(int irq) 41{ 42 return (irq); 43} 44 45struct irqaction; 46struct irq_domain; 47 | 1/* 2 * include/asm-xtensa/irq.h 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 * 8 * Copyright (C) 2001 - 2005 Tensilica Inc. --- 31 unchanged lines hidden (view full) --- 40static __inline__ int irq_canonicalize(int irq) 41{ 42 return (irq); 43} 44 45struct irqaction; 46struct irq_domain; 47 |
48void migrate_irqs(void); |
|
48int xtensa_irq_domain_xlate(const u32 *intspec, unsigned int intsize, 49 unsigned long int_irq, unsigned long ext_irq, 50 unsigned long *out_hwirq, unsigned int *out_type); 51int xtensa_irq_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw); 52unsigned xtensa_map_ext_irq(unsigned ext_irq); 53unsigned xtensa_get_ext_irq_no(unsigned irq); 54 55#endif /* _XTENSA_IRQ_H */ | 49int xtensa_irq_domain_xlate(const u32 *intspec, unsigned int intsize, 50 unsigned long int_irq, unsigned long ext_irq, 51 unsigned long *out_hwirq, unsigned int *out_type); 52int xtensa_irq_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw); 53unsigned xtensa_map_ext_irq(unsigned ext_irq); 54unsigned xtensa_get_ext_irq_no(unsigned irq); 55 56#endif /* _XTENSA_IRQ_H */ |