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
Florian Fainelli c592ef61b3 Upgrade rdc to 2.6.24
SVN-Revision: 10453
2008-02-13 14:35:18 +00:00

15 lines
247 B
C

/*
* 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";
}