summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/syscall.h
blob: d4d7deda8d50b5fdd894d3274400787780d27e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_M68K_SYSCALL_H
#define _ASM_M68K_SYSCALL_H

#include <uapi/linux/audit.h>

static inline int syscall_get_arch(void)
{
	return AUDIT_ARCH_M68K;
}

#endif	/* _ASM_M68K_SYSCALL_H */