Skip to content
Snippets Groups Projects
Commit 3d500013 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Wolfgang Denk
Browse files

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: default avatarAnatolij Gustschin <agust@denx.de>
parent 7cddabce
No related branches found
No related tags found
No related merge requests found
...@@ -898,8 +898,11 @@ struct mpc5xxx_xlb { ...@@ -898,8 +898,11 @@ struct mpc5xxx_xlb {
volatile u32 snoop_window; /* XLB + 0x70 */ volatile u32 snoop_window; /* XLB + 0x70 */
}; };
struct pci_controller;
/* function prototypes */ /* function prototypes */
void loadtask(int basetask, int tasks); void loadtask(int basetask, int tasks);
void pci_mpc5xxx_init(struct pci_controller *);
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment