[core] honour the kernels probe requests

This commit is contained in:
Geoffrey McRae
2020-11-14 17:25:41 +11:00
parent 246f57e0b0
commit 2f588b8870
9 changed files with 18 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ static inline struct amd_vendor_private *amd_private(struct vendor_reset_dev *vd
return vdev->vendor_private;
}
int amd_common_probe(struct vendor_reset_cfg *cfg, struct pci_dev *dev);
int amd_common_pre_reset(struct vendor_reset_dev *);
int amd_common_post_reset(struct vendor_reset_dev *);