sandbox: add getopt support
[pandora-u-boot.git] / arch / sandbox / include / asm / u-boot-sandbox.h
index 99e950b..50bf8c6 100644 (file)
@@ -36,6 +36,7 @@ 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_ */