11 lines
189 B
C
11 lines
189 B
C
|
#ifndef _ASM_UM_HW_IRQ_H
|
||
|
#define _ASM_UM_HW_IRQ_H
|
||
|
|
||
|
#include "asm/irq.h"
|
||
|
#include "asm/archparam.h"
|
||
|
|
||
|
static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i)
|
||
|
{}
|
||
|
|
||
|
#endif
|