Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.7-rc2 10 lines 256 B view raw
1#ifndef __BRCMSTB_SOC_H 2#define __BRCMSTB_SOC_H 3 4/* 5 * Bus Interface Unit control register setup, must happen early during boot, 6 * before SMP is brought up, called by machine entry point. 7 */ 8void brcmstb_biuctrl_init(void); 9 10#endif /* __BRCMSTB_SOC_H */