summary refs log tree commit diff
path: root/arch/powerpc/sysdev/fsl_soc.h
diff options
context:
space:
mode:
authorVitaly Bordug <vbordug@ru.mvista.com>2006-09-21 17:26:34 +0400
committerVitaly Bordug <vbordug@ru.mvista.com>2006-09-21 17:26:34 +0400
commitfba43665360d361d338efd120a34ad615ca960d8 (patch)
treee1dcc1f4948a4d4c2051b1b344bd5bdf26a55d0b /arch/powerpc/sysdev/fsl_soc.h
parent7dcd86e14319f4ceab883787ab2e00a5f860d14d (diff)
downloadlinux-fba43665360d361d338efd120a34ad615ca960d8.tar.gz
POWERPC: Add cpm2 stuff support to the fsl_soc.c
This patch contains necessary modifications to support the CPM2 SoC peripherals.
For the time being, those are fs_enet Ethernet driver and cpm_uart serial.
Written initially to support mpc8560, it also suites to the part of the large PQ2
(more specifically, mpc8260) family.

Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_soc.h')
-rw-r--r--arch/powerpc/sysdev/fsl_soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_soc.h b/arch/powerpc/sysdev/fsl_soc.h
index c433d3f39edd..25230ceffbcf 100644
--- a/arch/powerpc/sysdev/fsl_soc.h
+++ b/arch/powerpc/sysdev/fsl_soc.h
@@ -3,6 +3,8 @@
 #ifdef __KERNEL__
 
 extern phys_addr_t get_immrbase(void);
+extern u32 get_brgfreq(void);
+extern u32 get_baudrate(void);
 
 #endif
 #endif