mirror of
https://github.com/commaai/agnos-kernel-sdm845.git
synced 2026-06-15 23:04:58 +08:00
8 lines
160 B
Plaintext
Executable File
8 lines
160 B
Plaintext
Executable File
cat <<EOF
|
|
static __always_inline ${ret}
|
|
arch_${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
|
|
{
|
|
${retstmt}arch_${atomic}_${pfx}add${sfx}${order}(1, v);
|
|
}
|
|
EOF
|