dma/cnxk: create and initialize device on PCI probing
[dpdk.git] / drivers / dma / cnxk / cnxk_dmadev.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2021 Marvell International Ltd.
3  */
4 #ifndef CNXK_DMADEV_H
5 #define CNXK_DMADEV_H
6
7 struct cnxk_dpi_vf_s {
8         struct roc_dpi rdpi;
9 };
10
11 #endif