mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-26 17:11:32 +00:00
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>
This commit is contained in:
parent
ed3f5a30a7
commit
b88eb329ce
1 changed files with 2 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue