projects
/
linux-2.6
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[linux-2.6]
/
arch
/
powerpc
/
sysdev
/
cpm2_pic.h
Commit
Line
Data
b0c110b4
VB
1
#ifndef _PPC_KERNEL_CPM2_H
2
#define _PPC_KERNEL_CPM2_H
3
35a84c2f
4
extern unsigned int cpm2_get_irq(void);
b0c110b4
VB
5
6
extern void cpm2_pic_init(struct device_node*);
7
8
#endif /* _PPC_KERNEL_CPM2_H */