13 lines
267 B
C
13 lines
267 B
C
|
/*
|
||
|
* 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 */
|