瀏覽代碼

sandbox: Add a prototype for cleanup_before_linux()

This function is defined but has no prototype declaration. Add it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 11 年之前
父節點
當前提交
b88eb329ce
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/sandbox/include/asm/u-boot-sandbox.h

+ 2 - 0
arch/sandbox/include/asm/u-boot-sandbox.h

@@ -23,4 +23,6 @@ int dram_init(void);
 int sandbox_early_getopt_check(void);
 int sandbox_main_loop_init(void);
 
+int cleanup_before_linux(void);
+
 #endif	/* _U_BOOT_SANDBOX_H_ */