aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/const.h')
-rw-r--r--include/linux/const.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/const.h b/include/linux/const.h
new file mode 100644
index 000000000000..7b55a55f5911
--- /dev/null
+++ b/include/linux/const.h
@@ -0,0 +1,9 @@
+#ifndef _LINUX_CONST_H
+#define _LINUX_CONST_H
+
+#include <uapi/linux/const.h>
+
+#define UL(x) (_UL(x))
+#define ULL(x) (_ULL(x))
+
+#endif /* _LINUX_CONST_H */