2 * udmabuf helper functions.
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
7 #include "qemu/osdep.h"
8 #include "qapi/error.h"
9 #include "ui/console.h"
10 #include "qemu/error-report.h"
12 #include <sys/ioctl.h>
16 static bool first
= true;
24 udmabuf
= open("/dev/udmabuf", O_RDWR
);
26 warn_report("open /dev/udmabuf: %s", strerror(errno
));