Select the types of activity you want to include in your feed.
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);