1 #ifndef _LINUX_CONST_H 1 #ifndef _LINUX_CONST_H 2 #define _LINUX_CONST_H 2 #define _LINUX_CONST_H 3 3 4 #include <vdso/const.h> !! 4 #include <uapi/linux/const.h> >> 5 >> 6 #define UL(x) (_UL(x)) >> 7 #define ULL(x) (_ULL(x)) 5 8 6 #endif /* _LINUX_CONST_H */ 9 #endif /* _LINUX_CONST_H */ 7 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.