VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Vincenzo Frascino <vincenzo.frascino@arm.com> 2020-03-20 14:53:26 +0000 committer: Thomas Gleixner <tglx@linutronix.de> 2020-03-21 15:23:53 +0100 commit: 8165b57bca2167acc150b708a9a6b7322f235e91 parent: 52da479a9aee630d2cdf37d05edfe5bcfff3e17f
Commit Summary:
linux/const.h: Extract common header for vDSO
Diffstat:
1 file changed, 7 insertions, 0 deletions
diff --git a/include/vdso/const.h b/include/vdso/const.h
new file mode 100644
index 000000000000..94b385ad438d
--- /dev/null
+++ b/include/vdso/const.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __VDSO_CONST_H
+#define __VDSO_CONST_H
+
+#include <uapi/linux/const.h>
+
+#define UL(x)		(_UL(x))
+#define ULL(x)		(_ULL(x))
+
+#endif /* __VDSO_CONST_H */