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