summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-11-27 20:35:04 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-11-27 23:19:55 +0100
commite68ac6368d8fe654b015f221c9cb179c0c4723e0 (patch)
treea32bcce0bc2a56ff7510495da12876ddb651a8a3 /include/common.h
parent397274e04f8702a4b5524d0c0167bb2f887f077f (diff)
downloadbarebox-e68ac6368d8fe654b015f221c9cb179c0c4723e0.tar.gz
barebox-e68ac6368d8fe654b015f221c9cb179c0c4723e0.tar.xz
Revert "separating memory commands"
This reverts commit d59c600c656d08410ea862c582fbd77432c3ca47. Conflicts: commands/Makefile common/Kconfig common/Makefile Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/common.h b/include/common.h
index cd24314543..4b6d226e68 100644
--- a/include/common.h
+++ b/include/common.h
@@ -182,13 +182,4 @@ int run_shell(void);
const typeof( ((type *)0)->member ) *__mptr = (ptr); \
(type *)( (char *)__mptr - offsetof(type,member) );})
-/*
- * Some definitions from the mem.c
- */
-int mem_parse_options(int, char**, char*, int*, char**, char**);
-int open_and_lseek(const char*, int, ulong);
-extern char memory_device[];
-#define RW_BUF_SIZE (ulong)4096
-extern char rw_buf[RW_BUF_SIZE];
-
#endif /* __COMMON_H_ */