regex/mlx5: fix memory allocation check
[dpdk.git] / drivers / regex / cn9k / cn9k_regexdev_compiler.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (C) 2020 Marvell International Ltd.
3  */
4
5 #ifndef _CN9K_REGEXDEV_COMPILER_H_
6 #define _CN9K_REGEXDEV_COMPILER_H_
7
8 int
9 cn9k_ree_rule_db_compile_prog(struct rte_regexdev *dev);
10
11 #endif /* _CN9K_REGEXDEV_COMPILER_H_ */