1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
hashcat/OpenCL/m02000_a1-pure.cl

20 lines
363 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 M2S(INCLUDE_PATH/inc_vendor.h)
#include M2S(INCLUDE_PATH/inc_types.h)
#include M2S(INCLUDE_PATH/inc_platform.cl)
#include M2S(INCLUDE_PATH/inc_common.cl)
#endif
KERNEL_FQ void m02000_mxx (KERN_ATTR_BASIC ())
2016-06-19 12:37:47 +00:00
{
}
KERNEL_FQ void m02000_sxx (KERN_ATTR_BASIC ())
2016-06-19 12:37:47 +00:00
{
}