summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/u-boot-sandbox.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-03-17 21:46:33 +0100
committerWolfgang Denk <wd@denx.de>2012-03-17 21:46:33 +0100
commit6ae38b8c583c61f00c2fe9904cafa81932c7faaf (patch)
tree5a600d4098039983b97b5ba6ff9edf559cb805d5 /arch/sandbox/include/asm/u-boot-sandbox.h
parentdf25d49959da75cfaa1e4708669ef550d0000ce6 (diff)
parent9d72e67b79a454dcd6847bcd80c9929e0ec9054d (diff)
Merge branch 'sandbox' of git://git.denx.de/u-boot-blackfin
* 'sandbox' of git://git.denx.de/u-boot-blackfin: sandbox: mark os_exit as noreturn sandbox: add getopt support sandbox: allow processing before main loop sandbox: add concept of sandbox state sandbox: disable fortification sandbox: u-boot.lds: tweak style sandbox: add get_{tbclk,ticks} sandbox: enable GPIO driver sandbox: gpio: add basic driver for simulating GPIOs sandbox: add flags for open() call sandbox: config: enable fdt and snprintf() options sandbox: fdt: add support for CONFIG_OF_CONTROL sandbox: add lseek helper sandbox: add ifdef protection to os.h sandbox: add required header to os.c sandbox: sort header files in os.c
Diffstat (limited to 'arch/sandbox/include/asm/u-boot-sandbox.h')
-rw-r--r--arch/sandbox/include/asm/u-boot-sandbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/u-boot-sandbox.h b/arch/sandbox/include/asm/u-boot-sandbox.h
index 236b4ee287..50bf8c605d 100644
--- a/arch/sandbox/include/asm/u-boot-sandbox.h
+++ b/arch/sandbox/include/asm/u-boot-sandbox.h
@@ -35,4 +35,8 @@
int board_init(void);
int dram_init(void);
+/* start.c */
+int sandbox_early_getopt_check(void);
+int sandbox_main_loop_init(void);
+
#endif /* _U_BOOT_SANDBOX_H_ */