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
/
pmac_pic.h
blob
e2ad2063889d10cbcdda1c00fc9bb481f52d4fe9
1
#ifndef _PPC_KERNEL_PMAC_PIC_H
2
#define _PPC_KERNEL_PMAC_PIC_H
3
4
#include
"local_irq.h"
5
6
extern
struct
hw_interrupt_type pmac_pic
;
7
8
void
pmac_pic_init
(
void
);
9
int
pmac_get_irq
(
struct
pt_regs
*
regs
);
10
void
pmac_post_irq
(
int
);
11
12
#endif
/* _PPC_KERNEL_PMAC_PIC_H */