]> Git Repo - linux.git/blob - tools/testing/selftests/memfd/common.h
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / tools / testing / selftests / memfd / common.h
1 #ifndef COMMON_H_
2 #define COMMON_H_
3
4 extern int hugetlbfs_test;
5
6 unsigned long default_huge_page_size(void);
7 int sys_memfd_create(const char *name, unsigned int flags);
8
9 #endif
This page took 0.038571 seconds and 4 git commands to generate.