1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00
hashcat/OpenCL/m02000_a0-pure.cl

20 lines
299 B
Common Lisp
Raw Normal View History

2016-06-19 12:37:47 +00:00
/**
* Author......: See docs/credits.txt
2016-06-19 12:37:47 +00:00
* License.....: MIT
*/
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
2019-04-26 11:59:43 +00:00
#include "inc_platform.cl"
#include "inc_common.cl"
#endif
2020-06-15 12:58:34 +00:00
KERNEL_FQ void m02000_mxx (KERN_ATTR_RULES ())
2016-06-19 12:37:47 +00:00
{
}
2020-06-15 12:58:34 +00:00
KERNEL_FQ void m02000_sxx (KERN_ATTR_RULES ())
2016-06-19 12:37:47 +00:00
{
}