Sign in
nest-open-source
/
manifest_repos
/
kernel
/
3f3edba0c97e82fa5e67a100c15d607eb0711066
/
.
/
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