]> git.sur5r.net Git - u-boot/blobdiff - include/fdt_support.h
efi_loader: correcty determine total device path length
[u-boot] / include / fdt_support.h
index e0f908636c2c9c9b935faff8bd252f7ec8fc2770..76ef5b70d785c6b00201bace3d037b7f2e2306d6 100644 (file)
@@ -10,7 +10,7 @@
 
 #ifdef CONFIG_OF_LIBFDT
 
-#include <libfdt.h>
+#include <linux/libfdt.h>
 
 u32 fdt_getprop_u32_default_node(const void *fdt, int off, int cell,
                                const char *prop, const u32 dflt);
@@ -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 */