1 2 3 4 5 6 7 8 9 10
#include <linux/kernel.h> #include <linux/init.h> #include <asm/bootinfo.h> #include "devices.h" const char *get_system_type(void) { return "Atheros (unknown)"; }