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