xref: /haiku/headers/private/system/arch/m68k/arch_config.h (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
1 /*
2  * Copyright 2004, Axel Dörfler, axeld@pinc-software.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _KERNEL_ARCH_M68K_CONFIG_H
6 #define _KERNEL_ARCH_M68K_CONFIG_H
7 
8 
9 #define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE	unsigned int
10 
11 #define STACK_GROWS_DOWNWARDS
12 
13 //#define ATOMIC_FUNCS_ARE_SYSCALLS
14 //#define ATOMIC64_FUNCS_ARE_SYSCALLS
15 
16 
17 #endif	/* _KERNEL_ARCH_M68K_CONFIG_H */
18