repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* better
[mascara-docs.git]
/
i386
/
linux-2.3.21
/
arch
/
ppc
/
kernel
/
i8259.h
blob
a1d6df0a148e94d7d6623aa882c3312563f77c4f
1
2
#ifndef _PPC_KERNEL_i8259_H
3
#define _PPC_KERNEL_i8259_H
4
5
#include
"local_irq.h"
6
7
extern
struct
hw_interrupt_type i8259_pic
;
8
9
void
i8259_init
(
void
);
10
int
i8259_irq
(
int
);
11
12
#endif
/* _PPC_KERNEL_i8259_H */