diff options
Diffstat (limited to 'src/mediactl.h')
-rw-r--r-- | src/mediactl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mediactl.h b/src/mediactl.h index d4dfc65..1b47b7e 100644 --- a/src/mediactl.h +++ b/src/mediactl.h @@ -54,6 +54,7 @@ struct media_entity { struct media_device { int fd; + struct media_device_info info; struct media_entity *entities; unsigned int entities_count; void (*debug_handler)(void *, ...); |