repo.or.cz
/
linux-2.6
/
next.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 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-2.6/next.git]
/
arch
/
powerpc
/
platforms
/
86xx
/
gef_pic.h
blob
6149916da3f48c50c0e42c73e5dd7a1099fd0568
1
#ifndef __GEF_PIC_H__
2
#define __GEF_PIC_H__
3
4
#include <linux/init.h>
5
6
void
gef_pic_cascade
(
unsigned int
,
struct
irq_desc
*);
7
unsigned int
gef_pic_get_irq
(
void
);
8
void
gef_pic_init
(
struct
device_node
*);
9
10
#endif
/* __GEF_PIC_H__ */
11