fsl_soc.h 143 B

12345678910
  1. #ifndef __PPC_FSL_SOC_H
  2. #define __PPC_FSL_SOC_H
  3. #ifdef __KERNEL__
  4. #include <asm/mmu.h>
  5. extern phys_addr_t get_immrbase(void);
  6. #endif
  7. #endif