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