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
irqchip/s3c24xx: Mark init_eint as __maybe_unused
[linux/fpc-iii.git]
/
include
/
uapi
/
linux
/
memfd.h
blob
534e364bda92b05a3067234f8b9d285c06bebbd9
1
#ifndef _UAPI_LINUX_MEMFD_H
2
#define _UAPI_LINUX_MEMFD_H
3
4
/* flags for memfd_create(2) (unsigned int) */
5
#define MFD_CLOEXEC 0x0001U
6
#define MFD_ALLOW_SEALING 0x0002U
7
8
#endif
/* _UAPI_LINUX_MEMFD_H */