GNU Linux-libre 4.14.251-gnu1
[releases.git] / include / linux / soc / brcmstb / brcmstb.h
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 */