Add log_debug

This commit is contained in:
Kamil Trzcinski
2022-04-05 15:07:08 +02:00
parent 1112be661e
commit 601d73c9ec
3 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,7 @@
#include "hw/v4l2.h"
int log_debug = 0;
int xioctl(const char *name, int fd, int request, void *arg)
{
int retries = XIOCTL_RETRIES;