/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/sw_64/include/asm/seccomp.h * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _ASM_SW64_SECCOMP_H #define _ASM_SW64_SECCOMP_H #include #include #endif /* _ASM_SW64_SECCOMP_H */