aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf/x86hvf.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/hvf/x86hvf.h')
-rw-r--r--target/i386/hvf/x86hvf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/i386/hvf/x86hvf.h b/target/i386/hvf/x86hvf.h
index 635ab0f34e..99ed8d608d 100644
--- a/target/i386/hvf/x86hvf.h
+++ b/target/i386/hvf/x86hvf.h
@@ -21,8 +21,6 @@
#include "x86_descr.h"
int hvf_process_events(CPUState *);
-int hvf_put_registers(CPUState *);
-int hvf_get_registers(CPUState *);
bool hvf_inject_interrupts(CPUState *);
void hvf_set_segment(struct CPUState *cpu, struct vmx_segment *vmx_seg,
SegmentCache *qseg, bool is_tr);