/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_BITOPS_H #define _ASM_BITOPS_H #include #ifndef _LINUX_BITOPS_H #error only can be included directly #endif #include #ifdef CONFIG_32BIT_REDUCED #include #include #include #include #else /* CONFIG_32BIT_STANDARD || CONFIG_64BIT */ #include #include #include #include #endif #include #include #include #include #include #include #include #include #include #endif /* _ASM_BITOPS_H */