Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
hw_irq.h
#ifndef __V850_HW_IRQ_H__
#define __V850_HW_IRQ_H__

extern inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i)
{
}

#endif /* __V850_HW_IRQ_H__ */
back to top