vk/wsi: C++-proof wsi_common_drm.h
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21931>
This commit is contained in:

committed by
Marge Bot

parent
815960d88f
commit
4d79703b91
@@ -24,7 +24,15 @@
|
|||||||
#ifndef WSI_COMMON_DRM_H
|
#ifndef WSI_COMMON_DRM_H
|
||||||
#define WSI_COMMON_DRM_H
|
#define WSI_COMMON_DRM_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
bool
|
bool
|
||||||
wsi_common_drm_devices_equal(int fd_a, int fd_b);
|
wsi_common_drm_devices_equal(int fd_a, int fd_b);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* WSI_COMMON_DRM_H */
|
#endif /* WSI_COMMON_DRM_H */
|
||||||
|
Reference in New Issue
Block a user