vmalloc.h 311 B

12345678910111213141516
  1. /*
  2. * arch/arm/ach-prima2/include/mach/vmalloc.h
  3. *
  4. * Copyright (c) 2010 – 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
  5. *
  6. * Licensed under GPLv2 or later.
  7. */
  8. #ifndef __MACH_VMALLOC_H
  9. #define __MACH_VMALLOC_H
  10. #include <linux/const.h>
  11. #define VMALLOC_END _AC(0xFEC00000, UL)
  12. #endif