summaryrefslogtreecommitdiff
path: root/include/bedbug/type.h
diff options
context:
space:
mode:
authorStefano Babic <[email protected]>2020-05-10 13:03:56 +0200
committerStefano Babic <[email protected]>2020-05-10 13:03:56 +0200
commitb77d0292ca9f3ca69259dca7e2c5e193a403b289 (patch)
tree0af352de3e405f839188aad7acaa9930d18afdd8 /include/bedbug/type.h
parent8142a97d541ef1473925b3677d6bf86bcddb69ac (diff)
parentc5c657644bc35fd6b3d6e5517698721e90646b8d (diff)
Merge branch 'master' of git://git.denx.de/u-boot
Diffstat (limited to 'include/bedbug/type.h')
-rw-r--r--include/bedbug/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bedbug/type.h b/include/bedbug/type.h
index b7b447b1fe3..3754c7f2b2a 100644
--- a/include/bedbug/type.h
+++ b/include/bedbug/type.h
@@ -3,7 +3,7 @@
/* Supporting routines */
int bedbug_puts (const char *);
-void bedbug_init (void);
+int bedbug_init(void);
void bedbug860_init (void);
void do_bedbug_breakpoint (struct pt_regs *);
void bedbug_main_loop (unsigned long, struct pt_regs *);