Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
7bd7b0e639afb847a14ca994795fb5c64d2a7bf4
/
.
/
include
/
uapi
/
linux
/
kcov.h
blob: 574e22ec640dab24b7c182bc93f616c99b7f2cf2 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_KCOV_IOCTLS_H
#define
_LINUX_KCOV_IOCTLS_H
#include
<linux/types.h>
#define
KCOV_INIT_TRACE _IOR
(
'c'
,
1
,
unsigned
long
)
#define
KCOV_ENABLE _IO
(
'c'
,
100
)
#define
KCOV_DISABLE _IO
(
'c'
,
101
)
#endif
/* _LINUX_KCOV_IOCTLS_H */