diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/media.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h index cacfceb0d81d..5dbb208e5451 100644 --- a/include/uapi/linux/media.h +++ b/include/uapi/linux/media.h | |||
@@ -330,16 +330,20 @@ struct media_v2_link { | |||
330 | struct media_v2_topology { | 330 | struct media_v2_topology { |
331 | __u64 topology_version; | 331 | __u64 topology_version; |
332 | 332 | ||
333 | __u64 num_entities; | 333 | __u32 num_entities; |
334 | __u32 reserved1; | ||
334 | __u64 ptr_entities; | 335 | __u64 ptr_entities; |
335 | 336 | ||
336 | __u64 num_interfaces; | 337 | __u32 num_interfaces; |
338 | __u32 reserved2; | ||
337 | __u64 ptr_interfaces; | 339 | __u64 ptr_interfaces; |
338 | 340 | ||
339 | __u64 num_pads; | 341 | __u32 num_pads; |
342 | __u32 reserved3; | ||
340 | __u64 ptr_pads; | 343 | __u64 ptr_pads; |
341 | 344 | ||
342 | __u64 num_links; | 345 | __u32 num_links; |
346 | __u32 reserved4; | ||
343 | __u64 ptr_links; | 347 | __u64 ptr_links; |
344 | }; | 348 | }; |
345 | 349 | ||