f42cda29e8
Add various stubs to fix undefined references. No implementation for anything yet. Change-Id: I2d398bc2369d099e3a35f0713058d6a5edc6801d Reviewed-on: https://review.haiku-os.org/c/1138 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
14 lines
271 B
C
14 lines
271 B
C
/*
|
|
* Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _SYSTEM_ARCH_SPARC_DEFS_H
|
|
#define _SYSTEM_ARCH_SPARC_DEFS_H
|
|
|
|
|
|
#define SPINLOCK_PAUSE() do {} while (false)
|
|
|
|
|
|
#endif /* _SYSTEM_ARCH_SPARC_DEFS_H */
|
|
|