v4l2: Add types compatiblity for other OS
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sun, 16 Mar 2014 14:26:04 +0000 (15:26 +0100)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Sun, 16 Mar 2014 16:32:03 +0000 (17:32 +0100)
commit155d66684573161e2e4e10b9368bdf7e2f3a86ff
tree33bc8d27d84443020eda1d2384ffe352627437ec
parent5f0ea73d28910c83e3b7ecb9e5e45bdf8a54904e
v4l2: Add types compatiblity for other OS

Adds type compatiblity with other OS like BSD. This uses types mapping macro to
avoid conflict with existing defined types. We resuse glib types as these are
already available on supported platforms. This is GCC only because of the
le32 type that uses bitwise attribute.

https://bugzilla.gnome.org/show_bug.cgi?id=726453
sys/v4l2/ext/types-compat.h [new file with mode: 0644]
sys/v4l2/ext/videodev2.h