mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
expo: Add forward declaration for udevice to cedit
Some files may include this header file without first including dm.h so add a forward declaration. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
96cbafb1d2
commit
790687c988
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
struct abuf;
|
struct abuf;
|
||||||
struct expo;
|
struct expo;
|
||||||
struct scene;
|
struct scene;
|
||||||
|
struct udevice;
|
||||||
struct video_priv;
|
struct video_priv;
|
||||||
struct udevice;
|
struct udevice;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue