mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00

Add a mostly empty asm/barrier.h file for sandbox where we define nop() to be an empty function. Reviewed-by: Sean Anderson <seanga2@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
3 lines
55 B
C
3 lines
55 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
#define nop()
|