Move remaining module specific typedefs and structures from inc_types.cl to kernels

This commit is contained in:
Jens Steube
2019-03-08 10:18:20 +01:00
parent b585f25c8c
commit 4bce25dd9d
54 changed files with 682 additions and 951 deletions
+6
View File
@@ -16,6 +16,12 @@
#define COMPARE_S "inc_comp_single.cl"
#define COMPARE_M "inc_comp_multi.cl"
typedef struct phpass_tmp
{
u32 digest_buf[4];
} phpass_tmp_t;
__kernel void m00400_init (KERN_ATTR_TMPS (phpass_tmp_t))
{
/**