repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panel-edp: Add STA 116QHD024002
[drm/drm-misc.git]
/
include
/
linux
/
pidfs.h
blob
75bdf9807802a5d1a9699c99aa42648c2bd34170
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 */