summaryrefslogtreecommitdiff
path: root/include/linux/pidfs.h
blob: 75bdf9807802a5d1a9699c99aa42648c2bd34170 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_PID_FS_H
#define _LINUX_PID_FS_H

struct file *pidfs_alloc_file(struct pid *pid, unsigned int flags);
void __init pidfs_init(void);

#endif /* _LINUX_PID_FS_H */