repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[XFS] fix nasty quota hashtable allocation bug
[wrt350n-kernel.git]
/
arch
/
powerpc
/
sysdev
/
fsl_soc.h
blob
04e145b5fc324066ebb52d2f895d8538270c3506
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
extern
u32
get_brgfreq
(
void
);
9
extern
u32
get_baudrate
(
void
);
10
11
#endif
12
#endif