aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vioapic.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-20 14:17:15 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-20 14:17:15 +0100
commit509529e99148111a429d9ec39d524e462b80332a (patch)
tree3296cf1ed09add9ff8031cd7a4c52b5a855936ff /xen/include/asm-x86/hvm/vioapic.h
parentcc62c82dd2086625d42e0cacd2901ab686b23922 (diff)
downloadxen-509529e99148111a429d9ec39d524e462b80332a.tar.gz
xen-509529e99148111a429d9ec39d524e462b80332a.tar.bz2
xen-509529e99148111a429d9ec39d524e462b80332a.zip
x86 hvm: Xen interface and implementation for virtual S3
Signed-off-by: Tian Kevin <kevin.tian@intel.com> Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Ke Liping <liping.ke@intel.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vioapic.h')
-rw-r--r--xen/include/asm-x86/hvm/vioapic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vioapic.h b/xen/include/asm-x86/hvm/vioapic.h
index 69ed31cdf7..7721ece46c 100644
--- a/xen/include/asm-x86/hvm/vioapic.h
+++ b/xen/include/asm-x86/hvm/vioapic.h
@@ -63,6 +63,7 @@ struct hvm_vioapic {
int vioapic_init(struct domain *d);
void vioapic_deinit(struct domain *d);
+void vioapic_reset(struct domain *d);
void vioapic_irq_positive_edge(struct domain *d, unsigned int irq);
void vioapic_update_EOI(struct domain *d, int vector);