]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/include/asm/u-boot-sandbox.h
sandbox: Allow Ctrl-C to work in sandbox
[karo-tx-uboot.git] / arch / sandbox / include / asm / u-boot-sandbox.h
index bed720cf81bfe5e79cd574d1d100ff13c5f1dc61..d2f1b6566d7051afe75c1199a57c929fabcd0ae3 100644 (file)
@@ -23,4 +23,9 @@ int dram_init(void);
 int sandbox_early_getopt_check(void);
 int sandbox_main_loop_init(void);
 
+int cleanup_before_linux(void);
+
+/* drivers/video/sandbox_sdl.c */
+int sandbox_lcd_sdl_early_init(void);
+
 #endif /* _U_BOOT_SANDBOX_H_ */