linux-surface/tools/testing/selftests/x86/mpx-mm.h
2017-08-10 09:25:24 -04:00

10 lines
166 B
C

#ifndef _MPX_MM_H
#define _MPX_MM_H
#define PAGE_SIZE 4096
#define MB (1UL<<20)
extern long nr_incore(void *ptr, unsigned long size_bytes);
#endif /* _MPX_MM_H */