intel/vk/grl: Allow genX_grl.h to be included by C++ files
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21670>
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
#ifndef ANV_GRL_H
|
||||
#define ANV_GRL_H
|
||||
|
||||
#include "grl/grl_cl_kernel.h"
|
||||
#include "genxml/gen_macros.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "grl/grl_cl_kernel.h"
|
||||
#include "genxml/gen_macros.h"
|
||||
|
||||
struct anv_cmd_buffer;
|
||||
struct anv_kernel_arg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user