1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-07 19:51:19 +02:00
openwrt/target/linux/rdc/files/arch/x86/mach-rdc/setup.c

15 lines
247 B
C
Raw Normal View History

/*
* Machine specific setup for generic
*/
#include <linux/init.h>
#include <linux/interrupt.h>
#include <asm/arch_hooks.h>
#include <asm/io.h>
#include <asm/setup.h>
char * __init machine_specific_memory_setup(void)
{
return "RDC R-321x";
}