1 /* SPDX-License-Identifier: GPL-2.0-only WITH !! 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* !! 2 #ifndef __ASM_MIPS_BITSPERLONG_H 3 * Copyright (C) 2012 ARM Ltd. !! 3 #define __ASM_MIPS_BITSPERLONG_H 4 * Copyright (C) 2015 Regents of the Universit << 5 */ << 6 4 7 #ifndef _UAPI_ASM_RISCV_BITSPERLONG_H !! 5 #define __BITS_PER_LONG _MIPS_SZLONG 8 #define _UAPI_ASM_RISCV_BITSPERLONG_H << 9 << 10 #define __BITS_PER_LONG (__SIZEOF_POINTER__ * << 11 6 12 #include <asm-generic/bitsperlong.h> 7 #include <asm-generic/bitsperlong.h> 13 8 14 #endif /* _UAPI_ASM_RISCV_BITSPERLONG_H */ !! 9 #endif /* __ASM_MIPS_BITSPERLONG_H */ 15 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.