get_media_devices: Make internal structs opaque
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 28 May 2011 13:48:21 +0000 (10:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 28 May 2011 13:51:11 +0000 (10:51 -0300)
commit435f4ba896f76d92a800a2089e06618d8c3d93f0
tree5d92b326f42b4bc960dbdf868dc441c7898269ba
parent680537c59a36539a0a05267d502fb23b7eeabcd9
get_media_devices: Make internal structs opaque

The internal structs used to retrieve sysfs information were
designed to fulfill internal design requirements in a way that
the data is easily stored inside it. They're not meant to
be used outside the library. Other methods will export the
retrieved information in a way that they'll be useful for
the applications.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
utils/libmedia_dev/get_media_devices.c
utils/libmedia_dev/get_media_devices.h
utils/v4l2-sysfs-path/v4l2-sysfs-path.c