Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / include / uapi / linux / kcov.h
blob574e22ec640dab24b7c182bc93f616c99b7f2cf2
1 #ifndef _LINUX_KCOV_IOCTLS_H
2 #define _LINUX_KCOV_IOCTLS_H
4 #include <linux/types.h>
6 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long)
7 #define KCOV_ENABLE _IO('c', 100)
8 #define KCOV_DISABLE _IO('c', 101)
10 #endif /* _LINUX_KCOV_IOCTLS_H */