Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __VDSO_BITS_H
0003 #define __VDSO_BITS_H
0004 
0005 #include <vdso/const.h>
0006 
0007 #define BIT(nr)         (UL(1) << (nr))
0008 
0009 #endif  /* __VDSO_BITS_H */