#ifdef HAVE_ARCH_X86_64_SUPPORT #define MEMSET_FN(fn, name, desc) \ void *fn(void *, int, size_t); #include "mem-memset-x86-64-asm-def.h" #undef MEMSET_FN #endif ipt>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-04-03 17:44:17 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-04-20 16:09:31 -0300
commitfe29301122902a902c5c323ee14078b1ab3f1ad1 (patch)
treef93aa2a6b5b76342c39591905fb7b99349e229d9
parent96655553e5f9af6a8d908386685b7c865a138283 (diff)
[media] ivtv/cx18: use the new mask variants of the v4l2_device_call_* defines
Instead of rolling our own define, just use the new mask defines. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>