Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hw_irq.h « asm-cris « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 341536a234e9ccd4e62cd4de8174821c450f4b5c (plain)
1
2
3
4
5
6
7
#ifndef _ASM_HW_IRQ_H
#define _ASM_HW_IRQ_H

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

#endif