]> Git Repo - J-linux.git/blob - include/linux/const.h
Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linux
[J-linux.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 */
This page took 0.033822 seconds and 4 git commands to generate.