projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ARM: OMAP: No need to include board-palm*.h from hardware.h
[linux-2.6]
/
arch
/
powerpc
/
sysdev
/
mv64x60.h
1
#ifndef __MV64X60_H__
2
#define __MV64X60_H__
3
4
#include <linux/init.h>
5
6
extern void __init mv64x60_init_irq(void);
7
extern unsigned int mv64x60_get_irq(void);
8
9
extern void __init mv64x60_pci_init(void);
10
extern void __init mv64x60_init_early(void);
11
12
#endif /* __MV64X60_H__ */