DPDK  22.07.0
rte_regexdev_driver.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2020 Mellanox Technologies, Ltd
3  */
4 
5 #ifndef _RTE_REGEXDEV_DRIVER_H_
6 #define _RTE_REGEXDEV_DRIVER_H_
7 
17 #include "rte_regexdev.h"
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
35 __rte_internal
36 struct rte_regexdev *rte_regexdev_register(const char *name);
37 
45 __rte_internal
46 void rte_regexdev_unregister(struct rte_regexdev *dev);
47 
55 __rte_internal
56 struct rte_regexdev *rte_regexdev_get_device_by_name(const char *name);
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 
62 #endif /* _RTE_REGEXDEV_DRIVER_H_ */