xref: /openbmc/linux/scripts/atomic/fallbacks/andnot (revision a01822e94ee53e8ebc9632fe2764048b81921254)
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