2003-08-20 06:29:36 +04:00
|
|
|
/*
|
|
|
|
** Copyright 2003, Marcus Overhagen. All rights reserved.
|
2017-02-10 06:03:59 +03:00
|
|
|
** Distributed under the terms of the MIT 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
|