summaryrefslogtreecommitdiffstats
path: root/examples/api/libgenwrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/libgenwrap.c')
-rw-r--r--examples/api/libgenwrap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/api/libgenwrap.c b/examples/api/libgenwrap.c
index 9733bbc52e..873cf343e8 100644
--- a/examples/api/libgenwrap.c
+++ b/examples/api/libgenwrap.c
@@ -81,9 +81,10 @@ void __udelay(unsigned long usec)
ub_udelay(usec);
}
-void do_reset (void)
+int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
ub_reset();
+ return 0;
}
void *malloc (size_t len)
OpenPOWER on IntegriCloud