License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.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 */