License cleanup: add SPDX license identifier to uapi header files with no license
[sfrench/cifs-2.6.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 */