fsl-soc.h 112 Bytes edit raw blame history 1 2 3 4 5 6 7 8 #ifndef _PPC_BOOT_FSL_SOC_H_ #define _PPC_BOOT_FSL_SOC_H_ #include "types.h" u32 *fsl_get_immr(void); #endif