Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160510439
D57703.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
909 B
Referenced Files
None
Subscribers
None
D57703.id.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/const.h b/sys/compat/linuxkpi/common/include/linux/const.h
new file mode 100644
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/const.h
@@ -0,0 +1,12 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2026 The FreeBSD Foundation
+ */
+
+#ifndef _LINUXKPI_LINUX_CONST_H
+#define _LINUXKPI_LINUX_CONST_H
+
+#include <vdso/const.h>
+
+#endif /* _LINUXKPI_LINUX_CONST_H */
diff --git a/sys/compat/linuxkpi/common/include/vdso/const.h b/sys/compat/linuxkpi/common/include/vdso/const.h
new file mode 100644
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/vdso/const.h
@@ -0,0 +1,12 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2026 The FreeBSD Foundation
+ */
+
+#ifndef _LINUXKPI_VDSO_CONST_H
+#define _LINUXKPI_VDSO_CONST_H
+
+#define ULL(x) (x ## ULL)
+
+#endif /* _LINUXKPI_VDSO_CONST_H */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 26, 5:45 AM (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34344963
Default Alt Text
D57703.id.diff (909 B)
Attached To
Mode
D57703: linuxkpi: Define `ULL()`
Attached
Detach File
Event Timeline
Log In to Comment