From 69ded6a53907c667b01a2b1dcafc24715c9b5bff Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 27 Jan 2014 02:11:47 +0100 Subject: Make the media_entity structure private Signed-off-by: Laurent Pinchart Acked-by: Hans Verkuil Acked-by: Sakari Ailus --- src/mediactl-priv.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/mediactl-priv.h') diff --git a/src/mediactl-priv.h b/src/mediactl-priv.h index 844acc7..37e60aa 100644 --- a/src/mediactl-priv.h +++ b/src/mediactl-priv.h @@ -26,6 +26,18 @@ #include "mediactl.h" +struct media_entity { + struct media_device *media; + struct media_entity_desc info; + struct media_pad *pads; + struct media_link *links; + unsigned int max_links; + unsigned int num_links; + + char devname[32]; + int fd; +}; + struct media_device { int fd; int refcount; -- cgit v1.2.3