72c00ae9db
update driver to use the REE cnxk code replace octeontx2/otx2 with cn9k Signed-off-by: Liron Himi <lironh@marvell.com> Acked-by: Jerin Jacob <jerinj@marvell.com>
12 lines
268 B
C
12 lines
268 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright (C) 2020 Marvell International Ltd.
|
|
*/
|
|
|
|
#ifndef _CN9K_REGEXDEV_COMPILER_H_
|
|
#define _CN9K_REGEXDEV_COMPILER_H_
|
|
|
|
int
|
|
cn9k_ree_rule_db_compile_prog(struct rte_regexdev *dev);
|
|
|
|
#endif /* _CN9K_REGEXDEV_COMPILER_H_ */
|