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

13 lines
267 B
C
Raw Normal View History

/*
* Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _SYSTEM_ARCH_M68K_DEFS_H
#define _SYSTEM_ARCH_M68K_DEFS_H
#define SPINLOCK_PAUSE() do {} while (false)
#endif /* _SYSTEM_ARCH_M68K_DEFS_H */