projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 6.9.2-gnu
[releases.git]
/
include
/
linux
/
pidfs.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _LINUX_PID_FS_H
3
#define _LINUX_PID_FS_H
4
5
struct file *pidfs_alloc_file(struct pid *pid, unsigned int flags);
6
void __init pidfs_init(void);
7
8
#endif /* _LINUX_PID_FS_H */