diff options
| author | Blue Swirl | 2012-08-14 21:50:22 +0200 |
|---|---|---|
| committer | Blue Swirl | 2012-08-14 21:50:22 +0200 |
| commit | 873359d411eeb380906761e46839a2b705dbcf75 (patch) | |
| tree | 970fbd4452ef9c28a9f039ca71b353c69f706e75 /linux-user/syscall_types.h | |
| parent | x86: switch to AREG0 free mode (diff) | |
| parent | linux-user: ARM: Ignore immediate value for svc in thumb mode (diff) | |
| download | qemu-873359d411eeb380906761e46839a2b705dbcf75.tar.gz qemu-873359d411eeb380906761e46839a2b705dbcf75.tar.xz qemu-873359d411eeb380906761e46839a2b705dbcf75.zip | |
Merge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-arm
* 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-arm:
linux-user: ARM: Ignore immediate value for svc in thumb mode
linux-user: Use init_guest_space when -R and -B are specified
linux-user: Factor out guest space probing into a function
flatload: fix bss clearing
linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type
linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
linux-user: pass sockaddr from host to target
linux-user: Move target_to_host_errno_table[] setup out of ioctl loop
linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitions
linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSET
Diffstat (limited to 'linux-user/syscall_types.h')
| -rw-r--r-- | linux-user/syscall_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/syscall_types.h b/linux-user/syscall_types.h index 601618df98..44b6a58820 100644 --- a/linux-user/syscall_types.h +++ b/linux-user/syscall_types.h @@ -77,6 +77,9 @@ STRUCT(audio_buf_info, STRUCT(count_info, TYPE_INT, TYPE_INT, TYPE_INT) +STRUCT(buffmem_desc, + TYPE_PTRVOID, TYPE_INT) + STRUCT(mixer_info, MK_ARRAY(TYPE_CHAR, 16), MK_ARRAY(TYPE_CHAR, 32), TYPE_INT, MK_ARRAY(TYPE_INT, 10)) |
