#ifndef _LINUX_AUDIT_ARCH_H_
#define _LINUX_AUDIT_ARCH_H_
enum auditsc_class_t {
AUDITSC_NATIVE = 0,
AUDITSC_COMPAT,
AUDITSC_OPEN,
AUDITSC_OPENAT,
AUDITSC_SOCKETCALL,
AUDITSC_EXECVE,
AUDITSC_OPENAT2,
AUDITSC_NVALS
};
extern int audit_classify_compat_syscall(int abi, unsigned int syscall);
extern unsigned int compat_write_class[];
extern unsigned int compat_read_class[];
extern unsigned int compat_dir_class[];
extern unsigned int compat_chattr_class[];
extern unsigned int compat_signal_class[];
#endif