Some optical change on startup
[hashcat.git] / include / rp_kernel_on_cpu.h
index 3bc7f17..a0fda1c 100644 (file)
@@ -9,9 +9,9 @@
 #define swap_workaround(n) __builtin_bswap32(n)
 
 #include "common.h"
-#include "rp_kernel.h"
+#include "inc_rp.h"
 
-uint apply_rule (const uint name, const uint p0, const uint p1, uint32_t buf0[4], uint32_t buf1[4], const uint in_len);
-uint apply_rules (uint *cmds, uint32_t buf0[4], uint32_t buf1[4], const uint len);
+u32 apply_rule (const u32 name, const u32 p0, const u32 p1, u32 buf0[4], u32 buf1[4], const u32 in_len);
+u32 apply_rules (u32 *cmds, u32 buf0[4], u32 buf1[4], const u32 len);
 
 #endif