16 lines
420 B
C
16 lines
420 B
C
/* 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 <asm/unistd.h>
|
|
#include <asm-generic/seccomp.h>
|
|
|
|
#endif /* _ASM_SW64_SECCOMP_H */
|