1 /* 2 * Copyright 2009-2019 Haiku, Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef _SYSTEM_ARCH_RISCV64_CONFIG_H 6 #define _SYSTEM_ARCH_RISCV64_CONFIG_H 7 8 #warning IMPLEMENT _SYSTEM_ARCH_RISCV64_CONFIG_H 9 10 #define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE unsigned int 11 12 #define STACK_GROWS_DOWNWARDS 13 14 //#define ATOMIC_FUNCS_ARE_SYSCALLS 15 //#define ATOMIC64_FUNCS_ARE_SYSCALLS 16 17 18 #endif /* _SYSTEM_ARCH_RISCV64_CONFIG_H */ 19 20