Make UEFI boot-platform build again
[haiku.git] / headers / private / system / arch / x86 / arch_config.h
blob5380954ad8602138569f3155b951b85cc7622a0e
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_x86_CONFIG_H
6 #define _KERNEL_ARCH_x86_CONFIG_H
8 #define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE unsigned int
10 #define STACK_GROWS_DOWNWARDS
12 //#define ATOMIC_FUNCS_ARE_SYSCALLS
13 //#define ATOMIC64_FUNCS_ARE_SYSCALLS
15 #endif /* _KERNEL_ARCH_x86_CONFIG_H */