hawk.h 1011 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * include/asm-ppc/hawk.h
  3. *
  4. * Support functions for MCG Falcon/Raven & HAWK North Bridge & Memory ctlr.
  5. *
  6. * Author: Mark A. Greer
  7. * mgreer@mvista.com
  8. *
  9. * Modified by Randy Vinson (rvinson@mvista.com)
  10. *
  11. * 2001,2004 (c) MontaVista, Software, Inc. This file is licensed under
  12. * the terms of the GNU General Public License version 2. This program
  13. * is licensed "as is" without any warranty of any kind, whether express
  14. * or implied.
  15. */
  16. #ifndef __ASMPPC_HAWK_H
  17. #define __ASMPPC_HAWK_H
  18. #include <asm/pci-bridge.h>
  19. #include <asm/hawk_defs.h>
  20. extern int hawk_init(struct pci_controller *hose,
  21. unsigned int ppc_reg_base, unsigned long processor_pci_mem_start,
  22. unsigned long processor_pci_mem_end,
  23. unsigned long processor_pci_io_start,
  24. unsigned long processor_pci_io_end,
  25. unsigned long processor_mpic_base);
  26. extern unsigned long hawk_get_mem_size(unsigned int smc_base);
  27. extern int hawk_mpic_init(unsigned int pci_mem_offset);
  28. #endif /* __ASMPPC_HAWK_H */