android_kernel_cmhtcleo/arch/avr32/include/asm/hw_irq.h

10 lines
188 B
C
Raw Permalink Normal View History

2010-08-27 09:19:57 +00:00
#ifndef __ASM_AVR32_HW_IRQ_H
#define __ASM_AVR32_HW_IRQ_H
static inline void hw_resend_irq(struct irq_chip *h, unsigned int i)
{
/* Nothing to do */
}
#endif /* __ASM_AVR32_HW_IRQ_H */