xref: /haiku/headers/private/system/arch/arm64/arch_config.h (revision 21258e2674226d6aa732321b6f8494841895af5f)
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