xref: /haiku/headers/private/system/arch/sparc/arch_config.h (revision 5b189b0e1e2f51f367bfcb126b2f00a3702f352d)
1 /*
2  * Copyright 2019 Adrien Destugues, pulkomandy@pulkomandy.tk.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _KERNEL_ARCH_SPARC_CONFIG_H
6 #define _KERNEL_ARCH_SPARC_CONFIG_H
7 
8 #define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE  unsigned long
9 
10 #define STACK_GROWS_DOWNWARDS
11 
12 
13 #endif	/* _KERNEL_ARCH_SPARC_CONFIG_H */
14