1
mirror of https://github.com/hashcat/hashcat synced 2024-12-23 14:13:43 +01:00
hashcat/OpenCL/m02000_a0-pure.cl

20 lines
299 B
Common Lisp
Raw Normal View History

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