summaryrefslogtreecommitdiff
path: root/target-mips/helper.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-18 23:39:23 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-18 23:39:23 +0000
commit4eecc06ed04ee1aaa6f1cb2280c29c9a8e889c17 (patch)
tree1fd6b68402488b9ca2892f6f204c1bc4ccf1dfd3 /target-mips/helper.h
parent48d38ca52b6d9c33066e139226eba2966d0c88d3 (diff)
downloadqemu-4eecc06ed04ee1aaa6f1cb2280c29c9a8e889c17.tar.gz
Add file left out from previous commit.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4497 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/helper.h')
-rw-r--r--target-mips/helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-mips/helper.h b/target-mips/helper.h
new file mode 100644
index 0000000000..ef6b9f93bc
--- /dev/null
+++ b/target-mips/helper.h
@@ -0,0 +1,3 @@
+void do_raise_exception_err(int excp, int err);
+void do_raise_exception(int excp);
+void do_interrupt_restart (void);