get_system_type
const char *get_system_type(void);
seq_printf(m, "system type\t\t: %s\n\n", get_system_type());
const char *get_system_type(void);
pr_info("AMD Alchemy %s Board\n", get_system_type());
" Board-ID %d Daughtercard ID %d\n", get_system_type(),
const char *get_system_type(void);
printk(KERN_INFO "%s device configuration:\n", get_system_type());
"Daughtercard ID %d\n", get_system_type(),
const char *get_system_type(void)
const char *get_system_type(void);
seq_printf(m, "system type\t\t: %s\n", get_system_type());
strcat(arcs_cmdline, get_system_type());
pr_info("SoC Type: %s\n", get_system_type());
printk("Board type: %s\n", get_system_type());
printk("Board type: %s\n", get_system_type());
seq_printf(m, "machine\t\t: %s\n", get_system_type());
pr_notice("Booting machvec: %s\n", get_system_type());