Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.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