]> git.proxmox.com Git - qemu.git/blobdiff - target-microblaze/helper.h
slirp: Replace m_freem with m_free
[qemu.git] / target-microblaze / helper.h
index 1696b885b68957939727554dd41f5374ea69f7a8..b92aa34d05b800cfe0bbc3606502d50b12c094ff 100644 (file)
@@ -33,4 +33,7 @@ DEF_HELPER_2(mmu_write, void, i32, i32)
 
 DEF_HELPER_4(memalign, void, i32, i32, i32, i32)
 
+DEF_HELPER_2(get, i32, i32, i32)
+DEF_HELPER_3(put, void, i32, i32, i32)
+
 #include "def-helper.h"