mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
7 lines
158 B
C
7 lines
158 B
C
|
#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 */
|