DPDK  19.05.0
rte_dpaa2_mempool.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2018 NXP
3  */
4 
5 #ifndef __RTE_DPAA2_MEMPOOL_H__
6 #define __RTE_DPAA2_MEMPOOL_H__
7 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #include <rte_mempool.h>
20 
30 uint16_t
32 
46 struct rte_mbuf *
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* __RTE_DPAA2_MEMPOOL_H__ */