mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
8 lines
141 B
Plaintext
Executable File
8 lines
141 B
Plaintext
Executable File
cat <<EOF
|
|
static __always_inline ${ret}
|
|
${arch}${atomic}_read_acquire(const ${atomic}_t *v)
|
|
{
|
|
return smp_load_acquire(&(v)->counter);
|
|
}
|
|
EOF
|