repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] briq_panel: read() and write() get __user pointers, damnit
[linux-2.6/verdex.git]
/
arch
/
powerpc
/
sysdev
/
fsl_soc.h
blob
5a3dd480d2fd8eff791e62ae40e12de8a553b22a
1
#ifndef __PPC_FSL_SOC_H
2
#define __PPC_FSL_SOC_H
3
#ifdef __KERNEL__
4
5
#include <asm/mmu.h>
6
7
extern
phys_addr_t
get_immrbase
(
void
);
8
9
#endif
10
#endif