repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PARISC] stifb: Remove obsolete MODULE_PARM()
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-um
/
hw_irq.h
blob
4ee38c0b6a64c0378c110cf7beb9d2aeeebfeae6
1
#ifndef _ASM_UM_HW_IRQ_H
2
#define _ASM_UM_HW_IRQ_H
3
4
#include
"asm/irq.h"
5
#include
"asm/archparam.h"
6
7
static
inline
void
hw_resend_irq
(
struct
hw_interrupt_type
*
h
,
unsigned int
i
)
8
{}
9
10
#endif