diff options
author | Michael Bien <[email protected]> | 2010-04-15 21:38:11 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-15 21:38:11 +0200 |
commit | 2f6ce2419ec465bb40e076746367ae7073f83f45 (patch) | |
tree | c1f9a79dbab6f24d422cd23ae8b0a0e9768d3db9 /resources/includes/CL_orig/cl_ext.h | |
parent | bb14f43134a9332c014e969b600e094edadd2fb0 (diff) |
updated cl_ext.h and cl_gl.h (automatically detected by updateder script).
Diffstat (limited to 'resources/includes/CL_orig/cl_ext.h')
-rw-r--r-- | resources/includes/CL_orig/cl_ext.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/includes/CL_orig/cl_ext.h b/resources/includes/CL_orig/cl_ext.h index dbe8424d..d61f6e75 100644 --- a/resources/includes/CL_orig/cl_ext.h +++ b/resources/includes/CL_orig/cl_ext.h @@ -21,7 +21,7 @@ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. ******************************************************************************/ -/* $Revision: 10424 $ on $Date: 2010-02-17 14:34:49 -0800 (Wed, 17 Feb 2010) $ */ +/* $Revision: 11041 $ on $Date: 2010-04-14 10:50:06 -0700 (Wed, 14 Apr 2010) $ */ #ifndef __CL_EXT_H #define __CL_EXT_H @@ -52,6 +52,11 @@ clIcdGetPlatformIDsKHR(cl_uint /* num_entries */, cl_platform_id * /* platforms */, cl_uint * /* num_platforms */); +typedef CL_API_ENTRY cl_int (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)( + cl_uint num_entries, + cl_platform_id * platforms, + cl_uint * num_platforms); + #ifdef __cplusplus } #endif |