This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-11-25 04:30:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ff4e6d545d
xemu
/
include
/
qemu
/
drm.h
7 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Clean up ill-advised or unusual header guards Leading underscores are ill-advised because such identifiers are reserved. Trailing underscores are merely ugly. Strip both. Our header guards commonly end in _H. Normalize the exceptions. Done with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190315145123.28030-7-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> [Changes to slirp/ dropped, as we're about to spin it off]
2019-03-15 14:51:21 +00:00
#
ifndef QEMU_DRM_H
#
define QEMU_DRM_H
util: promote qemu_egl_rendernode_open() to libqemuutil 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>
2018-07-13 13:09:06 +00:00
int
qemu_drm_rendernode_open
(
const
char
*
rendernode
)
;
#
endif
Reference in New Issue
Copy Permalink