Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
042e293e16e3aa9794ce60c29f5b7b0c8170f933
/
.
/
scripts
/
atomic
/
fallbacks
/
inc
blob: 3c2c3739169e51a514035b968365a35490687937 [
file
] [
log
] [
blame
]
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