Move files from include/ to OpenCL/ if they are used within kernels

Rename includes in OpenCL so that it's easier to recognize them as such
This commit is contained in:
Jens Steube
2016-05-25 23:04:26 +02:00
parent 083c8ed515
commit 2899f53a15
364 changed files with 2320 additions and 2328 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#define swap_workaround(n) __builtin_bswap32(n)
#include "common.h"
#include "rp_kernel.h"
#include "inc_rp.h"
u32 apply_rule (const u32 name, const u32 p0, const u32 p1, u32 buf0[4], u32 buf1[4], const u32 in_len);
u32 apply_rules (u32 *cmds, u32 buf0[4], u32 buf1[4], const u32 len);