mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-09 04:51:05 +00:00
7 lines
132 B
C
7 lines
132 B
C
![]() |
#ifndef __PERF_CLOEXEC_H
|
||
|
#define __PERF_CLOEXEC_H
|
||
|
|
||
|
unsigned long perf_event_open_cloexec_flag(void);
|
||
|
|
||
|
#endif /* __PERF_CLOEXEC_H */
|