search for: pds_auxbus

Displaying 1 result from an estimated 1 matches for "pds_auxbus".

2023 Mar 17
0
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
...023 Advanced Micro Devices, Inc */ > >> > >> #include <linux/auxiliary_bus.h> > >> +#include <linux/pci.h> > >> +#include <linux/vdpa.h> > >> > >> #include <linux/pds/pds_core.h> > >> #include <linux/pds/pds_auxbus.h> > >> @@ -9,6 +11,7 @@ > >> > >> #include "aux_drv.h" > >> #include "debugfs.h" > >> +#include "vdpa_dev.h" > >> > >> static const struct auxiliary_device_id pds_vdpa_id_table[] = { > >>...