aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/hw_irq.h
blob: 4ee38c0b6a64c0378c110cf7beb9d2aeeebfeae6 (plain) (blame)
1
2
3
4
5
6
7
8
9
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