]> Git Repo - linux.git/blob - include/uapi/linux/kcov.h
lib: radix-tree: check accounting of existing slot replacement users
[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.032741 seconds and 4 git commands to generate.