android_kernel_samsung_msm8976/arch/powerpc/sysdev/fsl_soc.h

11 lines
143 B
C
Raw Normal View History

#ifndef __PPC_FSL_SOC_H
#define __PPC_FSL_SOC_H
#ifdef __KERNEL__
#include <asm/mmu.h>
extern phys_addr_t get_immrbase(void);
#endif
#endif