blob: 7ff51b783000d727ec48be960730b81ecdb05575 [file] [log] [blame] [edit]
/* SPDX-License-Identifier: GPL-2.0 */
#include <asm/bitsperlong.h>
#if __BITS_PER_LONG == 64
#include <asm/syscalls_64.h>
#else
#include <asm/syscalls_32.h>
#endif