diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/ppc-pci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/ppc-pci.h b/include/asm-powerpc/ppc-pci.h index 79239a200f18..4820b368bf15 100644 --- a/include/asm-powerpc/ppc-pci.h +++ b/include/asm-powerpc/ppc-pci.h | |||
@@ -109,6 +109,9 @@ int rtas_write_config(struct pci_dn *, int where, int size, u32 val); | |||
109 | void eeh_mark_slot (struct device_node *dn, int mode_flag); | 109 | void eeh_mark_slot (struct device_node *dn, int mode_flag); |
110 | void eeh_clear_slot (struct device_node *dn, int mode_flag); | 110 | void eeh_clear_slot (struct device_node *dn, int mode_flag); |
111 | 111 | ||
112 | /* Find the associated "Partiationable Endpoint" PE */ | ||
113 | struct device_node * find_device_pe(struct device_node *dn); | ||
114 | |||
112 | #endif | 115 | #endif |
113 | 116 | ||
114 | #endif /* __KERNEL__ */ | 117 | #endif /* __KERNEL__ */ |