]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/fdt_support.h
Merge git://git.denx.de/u-boot-sh
[people/ms/u-boot.git] / include / fdt_support.h
index e0f908636c2c9c9b935faff8bd252f7ec8fc2770..46bf83f671a264bd6f494c104d62e4055fdbe117 100644 (file)
@@ -290,4 +290,10 @@ int fdt_overlay_apply_verbose(void *fdt, void *fdto);
 int fdtdec_get_int(const void *blob, int node, const char *prop_name,
                int default_val);
 #endif
+#ifdef CONFIG_FMAN_ENET
+int fdt_update_ethernet_dt(void *blob);
+#endif
+#ifdef CONFIG_FSL_MC_ENET
+void fdt_fixup_board_enet(void *blob);
+#endif
 #endif /* ifndef __FDT_SUPPORT_H */