mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-16 02:15:47 +00:00
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:
committed by
Will Deacon
parent
813359ed4a
commit
9759db0dd9
+1
-1
@@ -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
@@ -1,4 +1,4 @@
|
||||
#include "bios/memcpy.h"
|
||||
#include "asm/bios/memcpy.h"
|
||||
|
||||
/*
|
||||
* Copy memory area in 16-bit real mode.
|
||||
|
||||
Reference in New Issue
Block a user