]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/sysdev/fsl_soc.h
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
[linux-2.6-omap-h63xx.git] / arch / powerpc / sysdev / fsl_soc.h
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