License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / s390 / kernel / audit.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
364c8558
HC
2#ifndef __ARCH_S390_KERNEL_AUDIT_H
3#define __ARCH_S390_KERNEL_AUDIT_H
4
5#include <linux/types.h>
6
7#ifdef CONFIG_COMPAT
8extern int s390_classify_syscall(unsigned);
9extern __u32 s390_dir_class[];
10extern __u32 s390_write_class[];
11extern __u32 s390_read_class[];
12extern __u32 s390_chattr_class[];
13extern __u32 s390_signal_class[];
14#endif /* CONFIG_COMPAT */
15
16#endif /* __ARCH_S390_KERNEL_AUDIT_H */