#ifndef _LINUX_CONST_H #define _LINUX_CONST_H #include #define UL(x) (_UL(x)) #define ULL(x) (_ULL(x)) #endif /* _LINUX_CONST_H */