mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 08:36:42 +07:00
10 lines
177 B
C
10 lines
177 B
C
|
#ifndef COMMON_H_
|
||
|
#define COMMON_H_
|
||
|
|
||
|
extern int hugetlbfs_test;
|
||
|
|
||
|
unsigned long default_huge_page_size(void);
|
||
|
int sys_memfd_create(const char *name, unsigned int flags);
|
||
|
|
||
|
#endif
|