Backport current state of pure kernel rule engine to CPU

This commit is contained in:
jsteube
2017-08-20 12:27:19 +02:00
parent 508f1562f2
commit f63df45fca
2 changed files with 310 additions and 126 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
#ifndef _RP_KERNEL_ON_CPU_H
#define _RP_KERNEL_ON_CPU_H
int apply_rules (const u32 *cmds, u32 buf[64], const int in_len);
int apply_rules (const u32 *cmds, u32 *buf, const int in_len);
#endif // _RP_KERNEL_ON_CPU_H