mirror of
https://review.haiku-os.org/haiku
synced 2025-02-09 23:27:57 +01:00
11 lines
214 B
C
11 lines
214 B
C
/*
|
|
** Copyright 2003, Marcus Overhagen. All rights reserved.
|
|
** Distributed under the terms of the MIT license.
|
|
*/
|
|
#ifndef _KERNEL_ARCH_CPU_H
|
|
#define _KERNEL_ARCH_CPU_H
|
|
|
|
#define ATOMIC_FUNCS_ARE_SYSCALLS 1
|
|
|
|
#endif
|