Home
last modified time | relevance | path

Searched defs:FWCfgEntry (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c61 struct FWCfgEntry { struct
62 uint32_t len;
63 bool allow_write;
64 uint8_t *data;
65 void *callback_opaque;
66 FWCfgCallback select_cb;
67 FWCfgWriteCallback write_cb;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h58 typedef struct FWCfgEntry FWCfgEntry; typedef