]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/uapi/linux/kcov.h
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / kcov.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _LINUX_KCOV_IOCTLS_H
3 #define _LINUX_KCOV_IOCTLS_H
4
5 #include <linux/types.h>
6
7 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long)
8 #define KCOV_ENABLE _IO('c', 100)
9 #define KCOV_DISABLE _IO('c', 101)
10
11 #endif /* _LINUX_KCOV_IOCTLS_H */