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