aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/linux/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/linux/const.h')
-rw-r--r--tools/include/linux/const.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/include/linux/const.h b/tools/include/linux/const.h
new file mode 100644
index 000000000000..7b55a55f5911
--- /dev/null
+++ b/tools/include/linux/const.h
@@ -0,0 +1,9 @@
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 */