]> Git Repo - qemu.git/blobdiff - bsd-user/syscall_defs.h
xilinx_spips: seperate SPI and QSPI as two classes
[qemu.git] / bsd-user / syscall_defs.h
index 4a658631bc8e4ffa9adcff1f20855056a2185e0f..207ddeecbfaf81b4d5720ba83e6ad8263607d3d6 100644 (file)
 #include "freebsd/syscall_nr.h"
 #include "netbsd/syscall_nr.h"
 #include "openbsd/syscall_nr.h"
+
+struct target_iovec {
+    abi_long iov_base;   /* Starting address */
+    abi_long iov_len;   /* Number of bytes */
+};
+
This page took 0.023431 seconds and 4 git commands to generate.