Blame view

kernel/linux-rt-4.4.41/include/linux/soc/brcmstb/brcmstb.h 256 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
  #ifndef __BRCMSTB_SOC_H
  #define __BRCMSTB_SOC_H
  
  /*
   * Bus Interface Unit control register setup, must happen early during boot,
   * before SMP is brought up, called by machine entry point.
   */
  void brcmstb_biuctrl_init(void);
  
  #endif /* __BRCMSTB_SOC_H */