summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-03-06 09:39:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-03-06 09:39:59 +0100
commitbeb36c510bd6abf80a20148bf165a990c69fed8a (patch)
tree95e7a242ee9c264bc35f2aedddacae74e93d7ad9 /common
parente0d674735b26c279d4cb6c73c140f1e0866a7953 (diff)
parent276252a5598a9596970cc02f186c3847b932dcc1 (diff)
downloadbarebox-beb36c510bd6abf80a20148bf165a990c69fed8a.tar.gz
barebox-beb36c510bd6abf80a20148bf165a990c69fed8a.tar.xz
Merge branch 'work/thumb2' into next
Diffstat (limited to 'common')
-rw-r--r--common/misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/misc.c b/common/misc.c
index a0059c1b79..b31a45c1a4 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -125,3 +125,6 @@ void perror(const char *s)
#endif
}
EXPORT_SYMBOL(perror);
+
+void (*do_execute)(void *func, int argc, char *argv[]);
+EXPORT_SYMBOL(do_execute);