1#ifndef QEMU_DRM_H
2#define QEMU_DRM_H
3
4int qemu_drm_rendernode_open(const char *rendernode);
5
6#endif
7