xref: /linux/scripts/atomic/fallbacks/dec (revision 0da310e82d3a9bff6ef6b0f2fbf45d1a05cc64fe)
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