common.c 558 B

12345678910111213141516171819202122
  1. /*
  2. * arch/arm/mach-iop33x/common.c
  3. *
  4. * Common routines shared across all IOP3xx implementations
  5. *
  6. * Author: Deepak Saxena <dsaxena@mvista.com>
  7. *
  8. * Copyright 2003 (c) MontaVista, Software, Inc.
  9. *
  10. * This file is licensed under the terms of the GNU General Public
  11. * License version 2. This program is licensed "as is" without any
  12. * warranty of any kind, whether express or implied.
  13. */
  14. #include <linux/delay.h>
  15. #include <asm/hardware.h>
  16. /*
  17. * Shared variables
  18. */
  19. unsigned long iop3xx_pcibios_min_io = 0;
  20. unsigned long iop3xx_pcibios_min_mem = 0;