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