brintos

brintos / linux-shallow public Read only

0
0
Text · 171 B · 78216b1 Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __PERF_CLOEXEC_H3#define __PERF_CLOEXEC_H4 5unsigned long perf_event_open_cloexec_flag(void);6 7#endif /* __PERF_CLOEXEC_H */8