Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
77b3ddab713a2276c789a8e1beb339ce185cebc2
/
.
/
scripts
/
atomic
/
fallbacks
/
inc
blob: 15ec62946e8ce52f77ea91d36a55ffe0cbec403a [
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