repo.or.cz
/
linux-2.6
/
openmoko-kernel
/
knife-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.26-rc5
[linux-2.6/openmoko-kernel/knife-kernel.git]
/
arch
/
powerpc
/
platforms
/
powermac
/
pic.h
blob
c44c89f5e532177fb005a3a647bb0dd5574f33c5
1
#ifndef __PPC_PLATFORMS_PMAC_PIC_H
2
#define __PPC_PLATFORMS_PMAC_PIC_H
3
4
#include <linux/irq.h>
5
6
extern
struct
hw_interrupt_type pmac_pic
;
7
8
extern
void
pmac_pic_init
(
void
);
9
extern
int
pmac_get_irq
(
void
);
10
11
#endif
/* __PPC_PLATFORMS_PMAC_PIC_H */