diff options
author | Simon Glass <sjg@chromium.org> | 2024-10-14 16:32:03 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2024-10-18 14:10:22 -0600 |
commit | 790687c9883f220bdb52f1675c2684e7ec42370d (patch) | |
tree | 08423feb1196fc19818e4d19bd8cad8bb931b2a1 | |
parent | 96cbafb1d2902cfbf8a7776f258e97b4394d00fe (diff) |
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>
-rw-r--r-- | include/cedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cedit.h b/include/cedit.h index a31b4245247..856509f0c7f 100644 --- a/include/cedit.h +++ b/include/cedit.h @@ -14,6 +14,7 @@ struct abuf; struct expo; struct scene; +struct udevice; struct video_priv; struct udevice; |