Sign in
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
refs/heads/dev.2016.04.26b
/
.
/
include
/
uapi
/
linux
/
kcov.h
blob: 574e22ec640dab24b7c182bc93f616c99b7f2cf2 [
file
] [
log
] [
blame
] [
edit
]
#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 */