1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2023 Advanced Micro Devices, Inc */
7 #include <linux/virtio_pci_modern.h>
9 #define PDS_VDPA_DRV_DESCRIPTION "AMD/Pensando vDPA VF Device Driver"
10 #define PDS_VDPA_DRV_NAME KBUILD_MODNAME
13 struct pds_auxiliary_dev
*padev
;
15 struct vdpa_mgmt_dev vdpa_mdev
;
16 struct pds_vdpa_device
*pdsv
;
18 struct pds_vdpa_ident ident
;
21 struct dentry
*dentry
;
22 struct virtio_pci_modern_device vd_mdev
;
26 #endif /* _AUX_DRV_H_ */