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
Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
asm
/
hw_irq.h
blob
ee96a8b697f9479ce45e46f02b166efa6cfe54f8
1
#ifndef _HW_IRQ_H
2
#define _HW_IRQ_H
3
4
#include <linux/msi.h>
5
#include <linux/pci.h>
6
7
void
__init
init_airq_interrupts
(
void
);
8
void
__init
init_cio_interrupts
(
void
);
9
void
__init
init_ext_interrupts
(
void
);
10
11
#endif