mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 17:22:24 +02:00
8 lines
164 B
Plaintext
Executable File
8 lines
164 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
|