]> git.proxmox.com Git - qemu.git/commitdiff
Add file left out from previous commit.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 18 May 2008 23:39:23 +0000 (23:39 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 18 May 2008 23:39:23 +0000 (23:39 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4497 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/helper.h [new file with mode: 0644]

diff --git a/target-mips/helper.h b/target-mips/helper.h
new file mode 100644 (file)
index 0000000..ef6b9f9
--- /dev/null
@@ -0,0 +1,3 @@
+void do_raise_exception_err(int excp, int err);
+void do_raise_exception(int excp);
+void do_interrupt_restart (void);