xref: /linux/include/linux/const.h (revision d2e9ace47aac92a465c4ad8e0cd1f5f8422a117e)
1 #ifndef _LINUX_CONST_H
2 #define _LINUX_CONST_H
3 
4 #include <uapi/linux/const.h>
5 
6 #define UL(x)		(_UL(x))
7 #define ULL(x)		(_ULL(x))
8 
9 #endif /* _LINUX_CONST_H */
10