expo: Add forward declarations to scene_internal.h
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:49 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit86acc21d854cbd881d1612c6b8528de0a577b91e
tree7e29c7e55b04f44101dee749c50a74d69f11cdd7
parentbebc3547b22001e61a24d42e5404c5273b9ea073
expo: Add forward declarations to scene_internal.h

Provide some forward declarations for types used in this file, to keep
the LSP happy and avoid errors if the caller happens not to include the
required header.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/scene_internal.h