Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
43cc739fd98b8c517ad45756d869f866e746ba04
/
.
/
arch
/
mips
/
ath25
/
devices.c
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)"
;
}