projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added some tools that the foxboard users are used to, when working with the fox
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
arch
/
mips
/
adm5120
/
memory.c
diff --git
a/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c
b/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c
index
d96d66a
..
947b5b9
100644
(file)
--- a/
target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c
+++ b/
target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c
@@
-38,6
+38,7
@@
#include <asm-mips/mips-boards/prom.h>
extern char *prom_getenv(char *envname);
+void prom_printf(char *, ...);
#define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK)
This page took
0.024475 seconds
and
4
git commands to generate.