1 2 3 4 5 6 7 8
#ifndef _LINUX_MMAN_H #define _LINUX_MMAN_H #include <asm/mman.h> #define MREMAP_MAYMOVE 1 #endif /* _LINUX_MMAN_H */