2003-08-20 06:29:36 +04:00
|
|
|
/*
|
|
|
|
** Copyright 2003, Marcus Overhagen. All rights reserved.
|
2003-08-22 03:02:00 +04:00
|
|
|
** Distributed under the terms of the OpenBeOS license.
|
2003-08-20 06:29:36 +04:00
|
|
|
*/
|
|
|
|
#ifndef _KERNEL_ARCH_CPU_H
|
|
|
|
#define _KERNEL_ARCH_CPU_H
|
|
|
|
|
|
|
|
#define ATOMIC_FUNCS_ARE_SYSCALLS 1
|
|
|
|
|
|
|
|
#endif
|