summaryrefslogtreecommitdiff
path: root/cl_util.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-16 12:36:32 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-03-16 12:36:32 -0400
commit2327d7372e8583f3349a50a78811d77b41c0037c (patch)
tree6ed7db2255a19f8eb5e8720ec9efa2f9331d9989 /cl_util.h
parent28852a587dc40a54ce32a63ec1a134e4ca4a57b8 (diff)
Rename util.* to cl_util.*
Diffstat (limited to 'cl_util.h')
-rw-r--r--cl_util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cl_util.h b/cl_util.h
new file mode 100644
index 0000000..7f01261
--- /dev/null
+++ b/cl_util.h
@@ -0,0 +1,6 @@
+#ifndef UTIL_H
+#define UTIL_H
+
+const char * clUtilErrorString(cl_int error);
+
+#endif /* UTIL_H */