aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_soc.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-09-28 07:18:28 +1000
committerPaul Mackerras <paulus@samba.org>2006-09-28 07:18:28 +1000
commit4e6d816e51728d5006c53e78e079ac62b902f8aa (patch)
treed388c87dabc063c08c52d17610738d2f49b3855c /arch/powerpc/sysdev/fsl_soc.h
parent[POWERPC] fix spin lock nesting in hvc_iseries (diff)
parentPOWERPC: Bring the fs_no calculation to the relevant SoC enumeration (diff)
downloadlinux-dev-4e6d816e51728d5006c53e78e079ac62b902f8aa.tar.xz
linux-dev-4e6d816e51728d5006c53e78e079ac62b902f8aa.zip
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb/linux-2.6-PQ
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 5a3dd480d2fd..04e145b5fc32 100644
--- a/arch/powerpc/sysdev/fsl_soc.h
+++ b/arch/powerpc/sysdev/fsl_soc.h
@@ -5,6 +5,8 @@
#include <asm/mmu.h>
extern phys_addr_t get_immrbase(void);
+extern u32 get_brgfreq(void);
+extern u32 get_baudrate(void);
#endif
#endif