summaryrefslogtreecommitdiffstats
path: root/resources/includes/CL_orig/cl_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'resources/includes/CL_orig/cl_ext.h')
-rw-r--r--resources/includes/CL_orig/cl_ext.h7
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