mpx-mm.h 166 B

123456789
  1. #ifndef _MPX_MM_H
  2. #define _MPX_MM_H
  3. #define PAGE_SIZE 4096
  4. #define MB (1UL<<20)
  5. extern long nr_incore(void *ptr, unsigned long size_bytes);
  6. #endif /* _MPX_MM_H */