Hi,
> > +struct uefi_var_policy {
> > +variable_policy_entry *entry;
> > +uint32_t entry_size;
> > +uint16_t *name;
> > +uint32_t name_size;
> > +uint32_t hashmarks
On 11/15/23 16:12, Gerd Hoffmann wrote:
> Add state structs and function declarations for the uefi-vars device.
>
> Signed-off-by: Gerd Hoffmann
> ---
> include/hw/uefi/var-service.h | 119 ++
> 1 file changed, 119 insertions(+)
> create mode 100644 include/hw/ue
Add state structs and function declarations for the uefi-vars device.
Signed-off-by: Gerd Hoffmann
---
include/hw/uefi/var-service.h | 119 ++
1 file changed, 119 insertions(+)
create mode 100644 include/hw/uefi/var-service.h
diff --git a/include/hw/uefi/var-ser