/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _SYSCALL_USER_DISPATCH_TYPES_H #define _SYSCALL_USER_DISPATCH_TYPES_H #include <linux/types.h> #ifdef CONFIG_GENERIC_ENTRY struct syscall_user_dispatch { … }; #else struct syscall_user_dispatch {}; #endif #endif /* _SYSCALL_USER_DISPATCH_TYPES_H */