mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
mpc5xxx: add pci_mpc5xxx_init prototype to common header
Add pci_mpc5xxx_init() prototype to the header file, so board .c files do not need to add extern pci_mpc5xxx_init() declaration. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
7cddabce59
commit
3d50001363
1 changed files with 3 additions and 0 deletions
|
@ -898,8 +898,11 @@ struct mpc5xxx_xlb {
|
|||
volatile u32 snoop_window; /* XLB + 0x70 */
|
||||
};
|
||||
|
||||
struct pci_controller;
|
||||
|
||||
/* function prototypes */
|
||||
void loadtask(int basetask, int tasks);
|
||||
void pci_mpc5xxx_init(struct pci_controller *);
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
|
|
Loading…
Reference in a new issue