Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / include / uapi / linux / kcov.h
1 #ifndef _LINUX_KCOV_IOCTLS_H
2 #define _LINUX_KCOV_IOCTLS_H
3
4 #include <linux/types.h>
5
6 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long)
7 #define KCOV_ENABLE _IO('c', 100)
8 #define KCOV_DISABLE _IO('c', 101)
9
10 #endif /* _LINUX_KCOV_IOCTLS_H */
This page took 0.029438 seconds and 5 git commands to generate.