xref: /openbmc/linux/include/linux/soc/brcmstb/brcmstb.h (revision 029f7f3b8701cc7aca8bdb31f0c7edd6a479e357)
1 #ifndef __BRCMSTB_SOC_H
2 #define __BRCMSTB_SOC_H
3 
4 /*
5  * Bus Interface Unit control register setup, must happen early during boot,
6  * before SMP is brought up, called by machine entry point.
7  */
8 void brcmstb_biuctrl_init(void);
9 
10 #endif /* __BRCMSTB_SOC_H */
11