diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/prom.h | 6 |
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, | |||
230 | extern int of_pci_address_to_resource(struct device_node *dev, int bar, | 230 | extern 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 | */ | ||
236 | void of_parse_dma_window(struct device_node *dn, unsigned char *dma_window_prop, | ||
237 | unsigned long *busno, unsigned long *phys, unsigned long *size); | ||
238 | |||
233 | extern void kdump_move_device_tree(void); | 239 | extern void kdump_move_device_tree(void); |
234 | 240 | ||
235 | #endif /* __KERNEL__ */ | 241 | #endif /* __KERNEL__ */ |