linuxOS_D21X/source/uboot-2021.10/arch/riscv/include/asm/atomic.h
2024-11-29 16:13:46 +08:00

7 lines
122 B
C

#ifndef __ASM_RISCV_ATOMIC_H
#define __ASM_RISCV_ATOMIC_H
#include <asm/system.h>
#include <asm-generic/atomic.h>
#endif