summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbsegovia <devnull@localhost>2011-08-12 03:11:42 +0000
committerKeith Packard <keithp@keithp.com>2012-08-10 16:14:48 -0700
commitc8bd4e3db7fdfac91d581c6a779581674cf5b366 (patch)
tree04603a03023ace34cd622efa9a8f52cd582a745e /include
parentec9f0f70a5ce0146236d17e4e1b2c11d9e386dca (diff)
Made fulsim integration seamless from the user point of view
Diffstat (limited to 'include')
-rw-r--r--include/CL/cl_fulsim.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/include/CL/cl_fulsim.h b/include/CL/cl_fulsim.h
deleted file mode 100644
index a1ecd53..0000000
--- a/include/CL/cl_fulsim.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Copyright © 2012 Intel Corporation
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- * Author: Benjamin Segovia <benjamin.segovia@intel.com>
- */
-
-#ifndef __OPENCL_CL_FULSIM_H
-#define __OPENCL_CL_FULSIM_H
-
-#include "CL/cl.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* Once a command queue has been executed, we output a buffer */
-extern CL_API_ENTRY cl_int CL_API_CALL
-clFulsimSetOutputBuffer(cl_command_queue, cl_mem);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __OPENCL_CL_FULSIM_H */
-
-