xref: /haiku/headers/private/system/arch/arm64/arch_config.h (revision 899e0ef82b5624ace2ccfa5f5a58c8ebee54aaef)
1 /*
2  * Copyright 2019 Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _KERNEL_ARCH_ARM64_CONFIG_H
6 #define _KERNEL_ARCH_ARM64_CONFIG_H
7 
8 #define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE	unsigned long
9 
10 #define STACK_GROWS_DOWNWARDS
11 
12 #endif	/* _KERNEL_ARCH_ARM64_CONFIG_H */
13