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