hardware.h 765 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
  3. */
  4. /*
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. */
  9. #ifndef __ASM_ARCH_MXC_HARDWARE_H__
  10. #define __ASM_ARCH_MXC_HARDWARE_H__
  11. #include <asm/sizes.h>
  12. #ifdef CONFIG_ARCH_MX3
  13. # include <asm/arch/mx31.h>
  14. #endif
  15. #include <asm/arch/mxc.h>
  16. /*
  17. * ---------------------------------------------------------------------------
  18. * Board specific defines
  19. * ---------------------------------------------------------------------------
  20. */
  21. #ifdef CONFIG_MACH_MX31ADS
  22. # include <asm/arch/board-mx31ads.h>
  23. #endif
  24. #endif /* __ASM_ARCH_MXC_HARDWARE_H__ */