xref: /openbmc/linux/scripts/atomic/fallbacks/andnot (revision 4464005a12b5c79e1a364e6272ee10a83413f928)
1cat <<EOF
2static __always_inline ${ret}
3${arch}${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
4{
5	${retstmt}${arch}${atomic}_${pfx}and${sfx}${order}(~i, v);
6}
7EOF
8