X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffdt_support.h;h=6062df9764271e50626db9621b3d9dd8cc524ac3;hb=e70ef33b6b57a37d56745904495fe298d2ecf03b;hp=816c9d08b90f211c5a6a34ab80feaf9110dbffc2;hpb=3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f;p=oweals%2Fu-boot.git diff --git a/include/fdt_support.h b/include/fdt_support.h index 816c9d08b9..6062df9764 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -65,6 +65,11 @@ void fdt_fixup_crypto_node(void *blob, int sec_rev); static inline void fdt_fixup_crypto_node(void *blob, int sec_rev) {} #endif +#ifdef CONFIG_PCI +#include +int fdt_pci_dma_ranges(void *blob, int phb_off, struct pci_controller *hose); +#endif + #ifdef CONFIG_OF_BOARD_SETUP void ft_board_setup(void *blob, bd_t *bd); void ft_cpu_setup(void *blob, bd_t *bd);