]> Git Repo - J-linux.git/blob - tools/testing/selftests/memfd/common.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-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.02703 seconds and 4 git commands to generate.