summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/atomic.h
AgeCommit message (Collapse)Author
2025-08-19sandbox: Add generic asm/atomic.hTom Rini
In order to compile code that uses <asm/atomic.h> on sandbox, we must provide this header. RISC-V shows us today how to do so with the generic header implementation, so copy that. Signed-off-by: Tom Rini <[email protected]>