kvmtool: move include/bios/memcpy.h to x86/include/asm/bios

This file contains a prototype solely used by the BIOS blob code
for x86 systems. Make this clear by moving the include file into
the x86 directory.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
Andre Przywara
2015-06-01 15:51:12 +01:00
committed by Will Deacon
parent 813359ed4a
commit 9759db0dd9
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "kvm/bios.h"
#include "kvm/vesa.h"
#include "bios/memcpy.h"
#include "asm/bios/memcpy.h"
#include "asm/bios/vesa.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "bios/memcpy.h"
#include "asm/bios/memcpy.h"
/*
* Copy memory area in 16-bit real mode.