/* SPDX-License-Identifier: GPL-2.0-or-later */ /* audit_arch.h -- Arch layer specific support for audit * * Copyright 2021 Red Hat Inc., Durham, North Carolina. * All Rights Reserved. * * Author: Richard Guy Briggs <[email protected]> */ #ifndef _LINUX_AUDIT_ARCH_H_ #define _LINUX_AUDIT_ARCH_H_ enum auditsc_class_t { … }; extern int audit_classify_compat_syscall(int abi, unsigned syscall); #endif