xref: /linux/scripts/atomic/fallbacks/dec (revision e4463e49e29f43eecec86e2e2b2e2ab4feb7d867)
1cat <<EOF
2static __always_inline ${ret}
3${arch}${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
4{
5	${retstmt}${arch}${atomic}_${pfx}sub${sfx}${order}(1, v);
6}
7EOF
8