mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-08 03:08:52 +00:00
eff0aa47b5
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()
|