blob: 049ab4477954e621ec7467eafb69fbfd0b5ebc22 [file] [log] [blame]
#include <linux/kernel.h>
#include <linux/init.h>
#include <asm/bootinfo.h>
#include "devices.h"
const char *get_system_type(void)
{
return "Atheros (unknown)";
}