aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.h
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@web.de>2009-05-10 22:30:53 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-05-22 10:50:37 -0500
commita23978077ba006c8afdd842a448d5ac7106827ff (patch)
treef535e1e5be7d94f50ed623ce64a38213ad3f5a65 /target-i386/helper.h
parent37cb6fc37b21671a2e4fb9aad9ac3c3d8f92769b (diff)
x86: Add support for resume flag
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'target-i386/helper.h')
-rw-r--r--target-i386/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/helper.h b/target-i386/helper.h
index 0c367837d5..68d57b130a 100644
--- a/target-i386/helper.h
+++ b/target-i386/helper.h
@@ -62,6 +62,7 @@ DEF_HELPER_1(hlt, void, int)
DEF_HELPER_1(monitor, void, tl)
DEF_HELPER_1(mwait, void, int)
DEF_HELPER_0(debug, void)
+DEF_HELPER_0(reset_rf, void)
DEF_HELPER_2(raise_interrupt, void, int, int)
DEF_HELPER_1(raise_exception, void, int)
DEF_HELPER_0(cli, void)