aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-um/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/hw_irq.h')
-rw-r--r--include/asm-um/hw_irq.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-um/hw_irq.h b/include/asm-um/hw_irq.h
new file mode 100644
index 000000000000..4ee38c0b6a64
--- /dev/null
+++ b/include/asm-um/hw_irq.h
@@ -0,0 +1,10 @@
+#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