]> 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 8d3af5a3be9d8150fb0a88814233f2393b124d63..7992475c9f8a90908a814123bfa9161eb0d6b11e 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef THUNK_H
 #define THUNK_H
 
 #include "cpu.h"
+#include "exec/user/abitypes.h"
 
 /* types enums definitions */
 
@@ -71,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;