mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
8 lines
141 B
Text
8 lines
141 B
Text
![]() |
cat <<EOF
|
||
|
static inline ${ret}
|
||
|
${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
|
||
|
{
|
||
|
${retstmt}${atomic}_${pfx}add${sfx}${order}(1, v);
|
||
|
}
|
||
|
EOF
|