]> git.proxmox.com Git - qemu.git/blobdiff - target-openrisc/helper.h
block: move include files to include/block/
[qemu.git] / target-openrisc / helper.h
index 635c69c4236f6e6b526708c447887081f278cc41..404d46447faa7254379f773932d1fbd88bbb5fe7 100644 (file)
@@ -63,4 +63,8 @@ DEF_HELPER_FLAGS_3(mul32, 0, i32, env, i32, i32)
 /* interrupt */
 DEF_HELPER_FLAGS_1(rfe, 0, void, env)
 
+/* sys */
+DEF_HELPER_FLAGS_4(mtspr, 0, void, env, tl, tl, tl)
+DEF_HELPER_FLAGS_4(mfspr, 0, tl, env, tl, tl, tl)
+
 #include "def-helper.h"