diff options
Diffstat (limited to 'arch/powerpc/sysdev/fsl_soc.h')
-rw-r--r-- | arch/powerpc/sysdev/fsl_soc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_soc.h b/arch/powerpc/sysdev/fsl_soc.h new file mode 100644 index 000000000000..c433d3f39edd --- /dev/null +++ b/arch/powerpc/sysdev/fsl_soc.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef __PPC_FSL_SOC_H | ||
2 | #define __PPC_FSL_SOC_H | ||
3 | #ifdef __KERNEL__ | ||
4 | |||
5 | extern phys_addr_t get_immrbase(void); | ||
6 | |||
7 | #endif | ||
8 | #endif | ||