7 lines
122 B
C
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
|