mpx-mm.h 205 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _MPX_MM_H
  3. #define _MPX_MM_H
  4. #define PAGE_SIZE 4096
  5. #define MB (1UL<<20)
  6. extern long nr_incore(void *ptr, unsigned long size_bytes);
  7. #endif /* _MPX_MM_H */