xref: /linux/include/linux/soc/brcmstb/brcmstb.h (revision 33dea5aae0320345af26ae9aba0894a930e0d4ec)
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