]> granicus.if.org Git - strace/commit
Mpersify VIDIOC_* ioctl parser
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 3 May 2016 22:30:41 +0000 (22:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 5 May 2016 21:20:56 +0000 (21:20 +0000)
commit1e56814f77594a22a74ddee629639eb0bb7edf3a
tree9e94ed1d3c8bdae57620cadc89b4fc08891ca675
parent1822546133f017c0379d3fffa0797a26ae00387d
Mpersify VIDIOC_* ioctl parser

* v4l2.c: Mpersify arch-specific structures.
(v4l2_ioctl): Mpersify.
* tests/ioctl_v4l2.c: New file.
* tests/ioctl_v4l2.test: New test.
* tests/.gitignore: Add ioctl_v4l2.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add ioctl_v4l2.test.
tests/.gitignore
tests/Makefile.am
tests/ioctl_v4l2.c [new file with mode: 0644]
tests/ioctl_v4l2.test [new file with mode: 0755]
v4l2.c