aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/emulate.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-09-17 16:44:00 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-09-17 16:44:00 +0100
commit453bfd468f1f1db8764b8f282c375852dc1c77ab (patch)
tree1fe3a8b93116c7d49724bb2c120e49580a146fb6 /xen/include/asm-x86/hvm/emulate.h
parent67e27bba02a717d1da781520cf5a6ff24041b45a (diff)
downloadxen-453bfd468f1f1db8764b8f282c375852dc1c77ab.tar.gz
xen-453bfd468f1f1db8764b8f282c375852dc1c77ab.tar.bz2
xen-453bfd468f1f1db8764b8f282c375852dc1c77ab.zip
x86_32: Fix build by fixing prototype of hvmemul_do_pio().
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/emulate.h')
-rw-r--r--xen/include/asm-x86/hvm/emulate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/hvm/emulate.h b/xen/include/asm-x86/hvm/emulate.h
index d579c02ddf..7ac8e79bbd 100644
--- a/xen/include/asm-x86/hvm/emulate.h
+++ b/xen/include/asm-x86/hvm/emulate.h
@@ -47,7 +47,7 @@ struct segment_register *hvmemul_get_seg_reg(
struct hvm_emulate_ctxt *hvmemul_ctxt);
int hvmemul_do_pio(
- paddr_t addr, unsigned long *reps, int size,
+ unsigned long port, unsigned long *reps, int size,
paddr_t ram_gpa, int dir, int df, void *p_data);
#endif /* __ASM_X86_HVM_EMULATE_H__ */