Add device/dummy

This commit is contained in:
Kamil Trzcinski
2022-04-10 16:15:13 +02:00
parent f6309fa3b3
commit c42262d649
8 changed files with 157 additions and 0 deletions

View File

@ -40,6 +40,7 @@ typedef struct device_s {
union {
struct device_v4l2_s *v4l2;
struct device_dummy_s *dummy;
};
device_t *output_device;