mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
sandbox: fix build error due to missing struct udevice definition
Without this patch, compiling may potentially fail. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2a43dbdf96
commit
d11ef4d54c
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ int cleanup_before_linux(void);
|
|||
/* drivers/video/sandbox_sdl.c */
|
||||
int sandbox_lcd_sdl_early_init(void);
|
||||
|
||||
struct udevice;
|
||||
|
||||
/**
|
||||
* pci_map_physmem() - map a PCI device into memory
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue