Subversion Repositories Kolibri OS

Rev

Rev 3243 | Rev 3747 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef _LINUX_MM_H
  2. #define _LINUX_MM_H
  3.  
  4.  
  5. #define VM_NORESERVE    0x00200000
  6. #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE)
  7.  
  8. #endif
  9.