diff options
author | Daniel Axtens <dja@axtens.net> | 2015-08-14 17:41:26 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-08-14 21:32:08 +1000 |
commit | 9e8df8a219635c5af36a49d78c1f69009b780339 (patch) | |
tree | 047bc03af4becb5e3c767f0346242b42ff6a1597 /drivers/misc/cxl/cxl.h | |
parent | 13e68d8bd05c998cae452a4f3400af1e8edd852e (diff) | |
download | blackbird-obmc-linux-9e8df8a219635c5af36a49d78c1f69009b780339.tar.gz blackbird-obmc-linux-9e8df8a219635c5af36a49d78c1f69009b780339.zip |
cxl: EEH support
EEH (Enhanced Error Handling) allows a driver to recover from the
temporary failure of an attached PCI card. Enable basic CXL support
for EEH.
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc/cxl/cxl.h')
-rw-r--r-- | drivers/misc/cxl/cxl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h index cda02412b01e..6f5386653dae 100644 --- a/drivers/misc/cxl/cxl.h +++ b/drivers/misc/cxl/cxl.h @@ -726,6 +726,7 @@ int cxl_psl_purge(struct cxl_afu *afu); void cxl_stop_trace(struct cxl *cxl); int cxl_pci_vphb_add(struct cxl_afu *afu); +void cxl_pci_vphb_reconfigure(struct cxl_afu *afu); void cxl_pci_vphb_remove(struct cxl_afu *afu); extern struct pci_driver cxl_pci_driver; |