JustOS/linux-4.9/include/linux/soc/brcmstb/brcmstb.h
justuser c7be6bf7c2 up
2025-01-24 15:13:31 +03:00

11 lines
256 B
C

#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 */