Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/markyzq/kerne...
[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.032315 seconds and 6 git commands to generate.