Files
android_kernel_eebbk_sm6150/include/linux/soc/brcmstb/brcmstb.h
T

12 lines
295 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __BRCMSTB_SOC_H
#define __BRCMSTB_SOC_H
/*
* Bus Interface Unit control register setup, must happen early during boot,
* before SMP is brought up, called by machine entry point.
*/
void brcmstb_biuctrl_init(void);
#endif /* __BRCMSTB_SOC_H */