master
h 6 lines 101 Bytes
Raw
1 #ifndef QEMU_DRM_H
2 #define QEMU_DRM_H
3
4 int qemu_drm_rendernode_open(const char *rendernode);
5
6 #endif