aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/ppc-pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/ppc-pci.h')
-rw-r--r--include/asm-powerpc/ppc-pci.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/ppc-pci.h b/include/asm-powerpc/ppc-pci.h
index 4820b368bf15..1a2db61694f2 100644
--- a/include/asm-powerpc/ppc-pci.h
+++ b/include/asm-powerpc/ppc-pci.h
@@ -76,8 +76,10 @@ void eeh_slot_error_detail (struct pci_dn *pdn, int severity);
76 * does this by asserting the PCI #RST line for 1/8th of 76 * does this by asserting the PCI #RST line for 1/8th of
77 * a second; this routine will sleep while the adapter is 77 * a second; this routine will sleep while the adapter is
78 * being reset. 78 * being reset.
79 *
80 * Returns a non-zero value if the reset failed.
79 */ 81 */
80void rtas_set_slot_reset (struct pci_dn *); 82int rtas_set_slot_reset (struct pci_dn *);
81 83
82/** 84/**
83 * eeh_restore_bars - Restore device configuration info. 85 * eeh_restore_bars - Restore device configuration info.