Blame view

arch/powerpc/boot/fsl-soc.h 112 Bytes
bbc6fac38   Scott Wood   [POWERPC] bootwra...
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