From 91efbc4562bdc849b774fd97191a82ff2735f8b2 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 1 Oct 2016 12:33:59 +0200 Subject: [PATCH] Renamed __hc_device_param to hc_device_param__ to comply with standard naming convention --- include/types.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/types.h b/include/types.h index 4bb462e97..f58ba5f3d 100644 --- a/include/types.h +++ b/include/types.h @@ -559,9 +559,7 @@ typedef struct wordr } wordr_t; -typedef struct __hc_device_param hc_device_param_t; - -struct __hc_device_param +typedef struct hc_device_param { cl_device_id device; cl_device_type device_type; @@ -736,7 +734,8 @@ struct __hc_device_param u32 kernel_params_amp_buf32[PARAMCNT]; u32 kernel_params_memset_buf32[PARAMCNT]; -}; + +} hc_device_param_t; typedef struct opencl_ctx {