mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 16:56:58 +02:00
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
13 lines
249 B
C
13 lines
249 B
C
/* SPARC atomic operations
|
|
*
|
|
* (C) Copyright 2008
|
|
* Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _ASM_SPARC_ATOMIC_H_
|
|
#define _ASM_SPARC_ATOMIC_H_
|
|
|
|
#endif /* _ASM_SPARC_ATOMIC_H_ */
|