Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9f1fb8046bba73f4a3574286da69814e493c2b94
/
.
/
scripts
/
atomic
/
fallbacks
/
inc
blob: f866b3ad235376237d1c3cf8dbc4c2b4498f8751 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_$
{
pfx
}
inc$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
add$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF