summaryrefslogtreecommitdiff
path: root/target-cris/helper.h
diff options
context:
space:
mode:
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-14 01:08:09 +0000
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-14 01:08:09 +0000
commit786c02f1acb73ca68ecdc4fa93911495dc1147c6 (patch)
tree0af7a4fd67683e1f6531d56c3da62a943b8ee801 /target-cris/helper.h
parente62b5b133b97e07711741e2a4e2bf3e4dbc254f8 (diff)
downloadqemu-786c02f1acb73ca68ecdc4fa93911495dc1147c6.tar.gz
Model more parts of the ETRAX mmu (still alot missing).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4056 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/helper.h')
-rw-r--r--target-cris/helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-cris/helper.h b/target-cris/helper.h
new file mode 100644
index 0000000000..c2af3261db
--- /dev/null
+++ b/target-cris/helper.h
@@ -0,0 +1,3 @@
+#define TCG_HELPER_PROTO
+void TCG_HELPER_PROTO helper_tlb_update(uint32_t T0);
+