mempool: fix slow allocation of large mempools
[dpdk.git] / drivers / crypto / nitrox / nitrox_sym.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2019 Marvell International Ltd.
3  */
4
5 #ifndef _NITROX_SYM_H_
6 #define _NITROX_SYM_H_
7
8 struct nitrox_device;
9
10 int nitrox_sym_pmd_create(struct nitrox_device *ndev);
11 int nitrox_sym_pmd_destroy(struct nitrox_device *ndev);
12
13 #endif /* _NITROX_SYM_H_ */