All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] mpc5xxx: add pci_mpc5xxx_init prototype to common header
@ 2012-08-13  9:38 Anatolij Gustschin
  2012-08-13  9:38 ` [U-Boot] [PATCH 2/4] mpc5xxx: add GPIO port configuration Anatolij Gustschin
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Anatolij Gustschin @ 2012-08-13  9:38 UTC (permalink / raw)
  To: u-boot

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>
---
 include/mpc5xxx.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/mpc5xxx.h b/include/mpc5xxx.h
index 859d696..84d27c9 100644
--- a/include/mpc5xxx.h
+++ b/include/mpc5xxx.h
@@ -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__ */
 
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-09-01 12:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13  9:38 [U-Boot] [PATCH 1/4] mpc5xxx: add pci_mpc5xxx_init prototype to common header Anatolij Gustschin
2012-08-13  9:38 ` [U-Boot] [PATCH 2/4] mpc5xxx: add GPIO port configuration Anatolij Gustschin
2012-09-01 12:19   ` Wolfgang Denk
2012-08-13  9:38 ` [U-Boot] [PATCH 3/4] mpc52xx: add common o2dnt and o2dnt2 support and configurations Anatolij Gustschin
2012-08-31 11:29   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
2012-09-01 12:22     ` Wolfgang Denk
2012-08-13  9:38 ` [U-Boot] [PATCH 4/4] mpc52xx: remove o2dnt board Anatolij Gustschin
2012-08-13 12:02   ` Anatolij Gustschin
2012-08-13 12:28   ` Anatolij Gustschin
2012-08-31 11:30   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
2012-09-01 12:23     ` Wolfgang Denk
2012-09-01 12:19 ` [U-Boot] [PATCH 1/4] mpc5xxx: add pci_mpc5xxx_init prototype to common header Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.