Staging
v0.5.1
https://github.com/torvalds/linux
Revision d8c3291c73b958243b33f8509d4507e76dafd055 authored by Linus Torvalds on 11 May 2006, 23:31:53 UTC, committed by Linus Torvalds on 11 May 2006, 23:31:53 UTC
1 parent d649daf
Raw File
Tip revision: d8c3291c73b958243b33f8509d4507e76dafd055 authored by Linus Torvalds on 11 May 2006, 23:31:53 UTC
Linux v2.6.17-rc4
Tip revision: d8c3291
hw_irq.h
#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
back to top