summaryrefslogtreecommitdiffstats
path: root/u-boot/board/freescale/mpc837xemds/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/board/freescale/mpc837xemds/pci.h')
-rw-r--r--u-boot/board/freescale/mpc837xemds/pci.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/u-boot/board/freescale/mpc837xemds/pci.h b/u-boot/board/freescale/mpc837xemds/pci.h
new file mode 100644
index 0000000..fd7a916
--- /dev/null
+++ b/u-boot/board/freescale/mpc837xemds/pci.h
@@ -0,0 +1,6 @@
+#ifndef __BOARD_MPC837XEMDS_PCI_H
+#define __BOARD_MPC837XEMDS_PCI_H
+
+extern void ft_pcie_fixup(void *blob, bd_t *bd);
+
+#endif /* __BOARD_MPC837XEMDS_PCI_H */