aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2015-06-01 15:51:12 +0100
committerWill Deacon <will.deacon@arm.com>2015-06-01 17:54:09 +0100
commit9759db0dd916586ff022f5d16bde5ab52cc05e83 (patch)
tree4dd065b4edbd41150351e4a751e4a6c447d8467f /include
parent813359ed4ad84c785148ab2d321031fe159456ad (diff)
downloadkvmtool-9759db0dd916586ff022f5d16bde5ab52cc05e83.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/bios/memcpy.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/bios/memcpy.h b/include/bios/memcpy.h
deleted file mode 100644
index eec9d20a..00000000
--- a/include/bios/memcpy.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef KVM_BIOS_MEMCPY_H
-#define KVM_BIOS_MEMCPY_H
-
-#include <asm/bios/types.h>
-#include <stddef.h>
-
-void memcpy16(u16 dst_seg, void *dst, u16 src_seg, const void *src, size_t len);
-
-#endif /* KVM_BIOS_MEMCPY_H */