Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / include / linux / const.h
blob7b55a55f59112ccaec93486899f42b8619be8729
1 #ifndef _LINUX_CONST_H
2 #define _LINUX_CONST_H
4 #include <uapi/linux/const.h>
6 #define UL(x) (_UL(x))
7 #define ULL(x) (_ULL(x))
9 #endif /* _LINUX_CONST_H */