commit | d5099b48b1f12b9856b3f914fd54aed4cddbde9a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 02 06:29:41 2025 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 13:40:25 2025 -0600 |
tree | 8c63b9d26a2f6594978d84c6ed778242cfa43094 | |
parent | 6f5a864d809ec4fcb776da8637d4a41d5036655e [diff] |
test: video: Export the video-checking functions We want to check the display contents in expo tests, so move the two needed functions to a new header file. Rename them to have a video_ prefix. Signed-off-by: Simon Glass <sjg@chromium.org>