Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / include / vdso / bits.h
blob388b212088ea6a38383918d9d46b82321b11c3d3
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __VDSO_BITS_H
3 #define __VDSO_BITS_H
5 #include <vdso/const.h>
7 #define BIT(nr) (UL(1) << (nr))
8 #define BIT_ULL(nr) (ULL(1) << (nr))
10 #endif /* __VDSO_BITS_H */