summary refs log tree commit diff stats
path: root/include/hw/uefi/var-service-api.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw/uefi: add include/hw/uefi/var-service-api.hGerd Hoffmann2025-03-041-0/+48
This file defines the register interface of the uefi-vars device. It's only a handful of registers: magic value, command and status registers, location and size of the communication buffer. Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250225163031.1409078-3-kraxel@redhat.com>