brcmstb.h 256 B

12345678910
  1. #ifndef __BRCMSTB_SOC_H
  2. #define __BRCMSTB_SOC_H
  3. /*
  4. * Bus Interface Unit control register setup, must happen early during boot,
  5. * before SMP is brought up, called by machine entry point.
  6. */
  7. void brcmstb_biuctrl_init(void);
  8. #endif /* __BRCMSTB_SOC_H */