vbe: Start a common header file
authorSimon Glass <sjg@chromium.org>
Thu, 16 Jan 2025 01:27:03 +0000 (18:27 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 15:47:49 +0000 (09:47 -0600)
commit20a1e837325a30828aa55ac15ec149ee337922f2
treec1ab386216f692dd2ace151b9573cac91710d11e
parenta1c456d199160dae463152858e5c1d642bcc811c
vbe: Start a common header file

Move a few things into a new, common header file so that vbe-simple can
share code with the upcoming abrec.

Put struct simple_nvdata in it and rename it.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/vbe_common.h [new file with mode: 0644]
boot/vbe_simple.c
boot/vbe_simple.h