Commit 0058ae1d authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

bios-linker-loader: move header to common location



Will be usable by MIPS, ARM.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 91d5c57a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#include "hw/i386/acpi-defs.h"
#include "hw/acpi/acpi.h"
#include "hw/nvram/fw_cfg.h"
#include "bios-linker-loader.h"
#include "hw/acpi/bios-linker-loader.h"
#include "hw/loader.h"
#include "hw/isa/isa.h"
#include "hw/acpi/memory_hotplug.h"
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
 */

#include "qemu-common.h"
#include "bios-linker-loader.h"
#include "hw/acpi/bios-linker-loader.h"
#include "hw/nvram/fw_cfg.h"

#include "qemu/bswap.h"