repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
memfd
/
common.h
blob
522d2c630bd86cada26af08f83c33af93a30c379
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