]> git.proxmox.com Git - mirror_qemu.git/blame - include/qemu/drm.h
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
[mirror_qemu.git] / include / qemu / drm.h
CommitLineData
b1d38037
MAL
1#ifndef QEMU_DRM_H_
2#define QEMU_DRM_H_
3
4int qemu_drm_rendernode_open(const char *rendernode);
5
6#endif