b1d380372f
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>
7 lines
103 B
C
7 lines
103 B
C
#ifndef QEMU_DRM_H_
|
|
#define QEMU_DRM_H_
|
|
|
|
int qemu_drm_rendernode_open(const char *rendernode);
|
|
|
|
#endif
|