anv: Add extern "C" guards

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16970>
This commit is contained in:
Jason Ekstrand
2020-09-24 16:27:20 -05:00
committed by Marge Bot
parent 23c7142cd6
commit 6ad1a5b57a

View File

@@ -86,6 +86,10 @@
#include "vk_queue.h"
#include "vk_log.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Pre-declarations needed for WSI entrypoints */
struct wl_surface;
struct wl_display;
@@ -4055,4 +4059,8 @@ VK_DEFINE_NONDISP_HANDLE_CASTS(anv_performance_configuration_intel, base,
# undef genX
#endif
#ifdef __cplusplus
}
#endif
#endif /* ANV_PRIVATE_H */