diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2009-01-23 17:48:24 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2009-01-23 17:48:24 -0600 |
commit | 833d94bcdc89cf88928be21587240950afdc33c8 (patch) | |
tree | 52af90dbf1a442961c63ec0bbdd3d0bf643685ec /board/freescale/mpc837xemds/pci.h | |
parent | 6dadc9195ad642cc662632f4d92f92d3d71e8bf2 (diff) | |
parent | 5bb907a4925397789c90d074f4f7e92ce6b39402 (diff) | |
download | u-boot-imx-833d94bcdc89cf88928be21587240950afdc33c8.zip u-boot-imx-833d94bcdc89cf88928be21587240950afdc33c8.tar.gz u-boot-imx-833d94bcdc89cf88928be21587240950afdc33c8.tar.bz2 |
Merge branch 'next'
Diffstat (limited to 'board/freescale/mpc837xemds/pci.h')
-rw-r--r-- | board/freescale/mpc837xemds/pci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/mpc837xemds/pci.h b/board/freescale/mpc837xemds/pci.h new file mode 100644 index 0000000..fd7a916 --- /dev/null +++ b/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 */ |