repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
alpha
/
include
/
asm
/
hardirq.h
blob
5ce5b34e8a1a48ee24568e08763570543149b30e
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ALPHA_HARDIRQ_H
3
#define _ALPHA_HARDIRQ_H
4
5
void
ack_bad_irq
(
unsigned int
irq
);
6
#define ack_bad_irq ack_bad_irq
7
8
#include <asm-generic/hardirq.h>
9
10
#endif
/* _ALPHA_HARDIRQ_H */