mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-01 04:58:57 +00:00
12 lines
219 B
C
12 lines
219 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _RP_KERNEL_ON_CPU_H
|
|
#define _RP_KERNEL_ON_CPU_H
|
|
|
|
int apply_rules (const u32 *cmds, u32 *buf, const int in_len);
|
|
|
|
#endif // _RP_KERNEL_ON_CPU_H
|