Merge tag 'linux-kselftest-5.4-rc1.1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / include / linux / const.h
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 */