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