aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/prom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h
index 97ef1cd71a4d..c79d58ab7441 100644
--- a/include/asm-powerpc/prom.h
+++ b/include/asm-powerpc/prom.h
@@ -230,6 +230,12 @@ extern int of_address_to_resource(struct device_node *dev, int index,
230extern int of_pci_address_to_resource(struct device_node *dev, int bar, 230extern int of_pci_address_to_resource(struct device_node *dev, int bar,
231 struct resource *r); 231 struct resource *r);
232 232
233/* Parse the ibm,dma-window property of an OF node into the busno, phys and
234 * size parameters.
235 */
236void of_parse_dma_window(struct device_node *dn, unsigned char *dma_window_prop,
237 unsigned long *busno, unsigned long *phys, unsigned long *size);
238
233extern void kdump_move_device_tree(void); 239extern void kdump_move_device_tree(void);
234 240
235#endif /* __KERNEL__ */ 241#endif /* __KERNEL__ */