]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/exec/user/thunk.h
linux-user: Add strace support for printing arguments of ioctl()
[mirror_qemu.git] / include / exec / user / thunk.h
index eae2c27f99daa4f7b02e22911aaad7570c83a0e7..7992475c9f8a90908a814123bfa9161eb0d6b11e 100644 (file)
@@ -73,6 +73,7 @@ void thunk_register_struct_direct(int id, const char *name,
                                   const StructEntry *se1);
 const argtype *thunk_convert(void *dst, const void *src,
                              const argtype *type_ptr, int to_host);
+const argtype *thunk_print(void *arg, const argtype *type_ptr);
 
 extern StructEntry *struct_entries;