mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08: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 */
|