1/*
2 * Copyright 2019 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _SYSTEM_ARCH_ARM64_DEFS_H
6#define _SYSTEM_ARCH_ARM64_DEFS_H
7
8
9#define SPINLOCK_PAUSE()	__asm__ __volatile__("yield")
10
11
12#endif	/* _SYSTEM_ARCH_ARM64_DEFS_H */
13