Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __VDSO_CONST_H
0003 #define __VDSO_CONST_H
0004 
0005 #include <uapi/linux/const.h>
0006 
0007 #define UL(x)       (_UL(x))
0008 #define ULL(x)      (_ULL(x))
0009 
0010 #endif /* __VDSO_CONST_H */