Make bufer_list to be more v4l2-less

This commit is contained in:
Kamil Trzcinski
2022-04-10 09:57:23 +02:00
parent 76f35f37c8
commit 4746484844
6 changed files with 57 additions and 56 deletions

View File

@ -7,3 +7,7 @@ device_t *device_v4l2_open(const char *name, const char *path)
{
return device_open(name, path, &device_hw_v4l2);
}
device_hw_t device_hw_v4l2 = {
};