/** * 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 in_buf[64], const int in_len, u32 out_buf[64]); #endif // _RP_KERNEL_ON_CPU_H