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