Skip to content

Commit 66bdb19

Browse files
authored
Add function prototype for clGetICDLoaderInfoOCLICD using function type. (#219)
1 parent 920ecb6 commit 66bdb19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

loader/icd_dispatch.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
#include <stdlib.h>
2424
#include <string.h>
2525

26-
static cl_int
26+
static clGetICDLoaderInfoOCLICD_t clGetICDLoaderInfoOCLICD;
27+
cl_int CL_API_CALL
2728
clGetICDLoaderInfoOCLICD(
2829
cl_icdl_info param_name,
2930
size_t param_value_size,

0 commit comments

Comments
 (0)