bdk: vic: expose idle wait

This commit is contained in:
CTCaer
2026-02-22 02:27:08 +02:00
parent 2824dff8f0
commit 722a4a24c8
2 changed files with 7 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ typedef struct _vic_surface_t
} vic_surface_t;
void vic_set_surface(const vic_surface_t *sfc);
int vic_wait_idle();
int vic_compose();
int vic_init();
void vic_end();