/arch/arm/mach-pxa/include/mach/memory.h

https://github.com/AICP/kernel_asus_grouper · C Header · 20 lines · 4 code · 3 blank · 13 comment · 0 complexity · 0aefcd512708d4b98eaf8df11d00aab6 MD5 · raw file

  1. /*
  2. * arch/arm/mach-pxa/include/mach/memory.h
  3. *
  4. * Author: Nicolas Pitre
  5. * Copyright: (C) 2001 MontaVista Software Inc.
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. #ifndef __ASM_ARCH_MEMORY_H
  12. #define __ASM_ARCH_MEMORY_H
  13. /*
  14. * Physical DRAM offset.
  15. */
  16. #define PLAT_PHYS_OFFSET UL(0xa0000000)
  17. #endif