repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full support for Ginger Console
[linux-ginger.git]
/
arch
/
sh
/
include
/
asm
/
hardirq.h
blob
a5be4afa790bc1526b4144ad6100f7c8ac751723
1
#ifndef __ASM_SH_HARDIRQ_H
2
#define __ASM_SH_HARDIRQ_H
3
4
extern
void
ack_bad_irq
(
unsigned int
irq
);
5
#define ack_bad_irq ack_bad_irq
6
7
#include <asm-generic/hardirq.h>
8
9
#endif
/* __ASM_SH_HARDIRQ_H */