1 2 3 4 5 6 7 8
#ifndef __PPC_FSL_SOC_H #define __PPC_FSL_SOC_H #ifdef __KERNEL__ extern phys_addr_t get_immrbase(void); #endif #endif