diff options
Diffstat (limited to 'include/hw/nvram')
-rw-r--r-- | include/hw/nvram/fw_cfg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hw/nvram/fw_cfg.h b/include/hw/nvram/fw_cfg.h index 05c8df186f..3e4a3347e8 100644 --- a/include/hw/nvram/fw_cfg.h +++ b/include/hw/nvram/fw_cfg.h @@ -1,6 +1,13 @@ #ifndef FW_CFG_H #define FW_CFG_H +#ifndef NO_QEMU_PROTOS +#include <stdint.h> +#include <stddef.h> + +#include "exec/hwaddr.h" +#endif + #define FW_CFG_SIGNATURE 0x00 #define FW_CFG_ID 0x01 #define FW_CFG_UUID 0x02 |