]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/include/asm/u-boot-sandbox.h
sandbox: Add LCD driver
[karo-tx-uboot.git] / arch / sandbox / include / asm / u-boot-sandbox.h
index 5707c2710d9fc1707ae25df940c82fe81260950f..d2f1b6566d7051afe75c1199a57c929fabcd0ae3 100644 (file)
@@ -25,4 +25,7 @@ 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_ */