swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 49914084e797530d9baaf51df9eda77babc98fa8 authored by Linus Torvalds on 24 January 2008, 22:58:37 UTC
Linux 2.6.24
Tip revision: 4991408
hw_irq.h
#ifndef __ASM_AVR32_HW_IRQ_H
#define __ASM_AVR32_HW_IRQ_H

static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i)
{
	/* Nothing to do */
}

#endif /* __ASM_AVR32_HW_IRQ_H */
back to top