haiku/headers/private/system/arch/arm/arch_cpu_defs.h

17 lines
394 B
C
Raw Normal View History

/*
* Copyright 2022, Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _SYSTEM_ARCH_ARM_DEFS_H
#define _SYSTEM_ARCH_ARM_DEFS_H
#define SPINLOCK_PAUSE() do {} while (false)
#define FSR_WNR 0x800
#endif /* _SYSTEM_ARCH_ARM_DEFS_H */