aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/vmm/vmm_ioport.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/vmm/vmm_ioport.h')
-rw-r--r--sys/amd64/vmm/vmm_ioport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/vmm/vmm_ioport.h b/sys/amd64/vmm/vmm_ioport.h
index 55731468df57..02e543a913d9 100644
--- a/sys/amd64/vmm/vmm_ioport.h
+++ b/sys/amd64/vmm/vmm_ioport.h
@@ -30,7 +30,7 @@
#define _VMM_IOPORT_H_
typedef int (*ioport_handler_func_t)(void *vm, int vcpuid,
- struct vm_exit *vmexit);
+ bool in, int port, int bytes, uint32_t *val);
int emulate_ioport(struct vm *vm, int vcpuid, struct vm_exit *vmexit);