/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_RISCV_TYPES_H #define __ASM_RISCV_TYPES_H #include #if __riscv_xlen == 64 /* * This is used in dlmalloc. On RISCV64 we need it to be 64 bit */ #define INTERNAL_SIZE_T unsigned long #endif #endif /* __ASM_RISCV_TYPES_H */