summaryrefslogtreecommitdiff
path: root/arch/mips/ath25/devices.c
blob: 049ab4477954e621ec7467eafb69fbfd0b5ebc22 (plain)
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)";
}