mirror of
https://github.com/xqemu/xqemu.git
synced 2025-04-02 11:11:56 -04:00
vhost-user-gpu will share the same code to open a DRM node. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20180713130916.4153-20-marcandre.lureau@redhat.com> [ kraxel: buildfix: util/drm.o must be CONFIG_OPENGL not CONFIG_LINUX ] Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
6 lines
103 B
C
6 lines
103 B
C
#ifndef QEMU_DRM_H_
|
|
#define QEMU_DRM_H_
|
|
|
|
int qemu_drm_rendernode_open(const char *rendernode);
|
|
|
|
#endif
|