diff options
Diffstat (limited to 'qemu/roms/u-boot/board/freescale/mpc837xemds/pci.h')
-rw-r--r-- | qemu/roms/u-boot/board/freescale/mpc837xemds/pci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/freescale/mpc837xemds/pci.h b/qemu/roms/u-boot/board/freescale/mpc837xemds/pci.h new file mode 100644 index 000000000..fd7a916af --- /dev/null +++ b/qemu/roms/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 */ |