SmartAudio/lichee/linux-4.9/include/linux/soc/brcmstb/brcmstb.h

11 lines
256 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#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 */