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 v2.6.17-rc2 9 lines 235 B view raw
1#include <linux/module.h> 2#include <asm/ocp.h> 3 4struct ocp_sys_info_data ocp_sys_info = { 5 .opb_bus_freq = 50000000, /* OPB Bus Frequency (Hz) */ 6 .ebc_bus_freq = 33333333, /* EBC Bus Frequency (Hz) */ 7}; 8 9EXPORT_SYMBOL(ocp_sys_info);