projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
rdc
/
files
/
arch
/
i386
/
mach-rdc
/
setup.c
1
/*
2
* Machine specific setup for generic
3
*/
4
5
#include <linux/init.h>
6
#include <linux/interrupt.h>
7
#include <asm/arch_hooks.h>
8
#include <asm/io.h>
9
#include <asm/setup.h>
10
11
char
*
__init
machine_specific_memory_setup
(
void
)
12
{
13
return
"RDC R-321x"
;
14
}
This page took
0.046088 seconds
and
5
git commands to generate.