f-stack/dpdk/drivers/net/mvpp2/mrvl_tm.h

16 lines
331 B
C
Raw Normal View History

2018-12-06 14:17:51 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2018 Marvell International Ltd.
* Copyright(c) 2018 Semihalf.
* All rights reserved.
*/
#ifndef _MRVL_TM_H_
#define _MRVL_TM_H_
#include "mrvl_ethdev.h"
int mrvl_tm_init(struct rte_eth_dev *dev);
void mrvl_tm_deinit(struct rte_eth_dev *dev);
#endif /* _MRVL_TM_H_ */