aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2023-12-24 08:20:00 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2023-12-24 08:20:00 +0000
commit2b037743a77dcf31095fe1fedd21870b3aa6494b (patch)
treeaf349ff2896345c7246c84f2ad5f709b597cd28f
parent745067c58514c4323dc16697e19f59dd08a8e963 (diff)
downloadsrc-2b037743a77dcf31095fe1fedd21870b3aa6494b.tar.gz
src-2b037743a77dcf31095fe1fedd21870b3aa6494b.zip
LinuxKPI: Add linux/dynamic_debug.h header
Sponsored by: Serenity Cyber Security, LLC Obtained from: OpenBSD Reviewed by: manu MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D42815
-rw-r--r--sys/compat/linuxkpi/common/include/linux/dynamic_debug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/dynamic_debug.h b/sys/compat/linuxkpi/common/include/linux/dynamic_debug.h
new file mode 100644
index 000000000000..12915eec3b68
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/dynamic_debug.h
@@ -0,0 +1,8 @@
+/* Public domain. */
+
+#ifndef _LINUXKPI_LINUX_DYNAMIC_DEBUG_H
+#define _LINUXKPI_LINUX_DYNAMIC_DEBUG_H
+
+#define DECLARE_DYNDBG_CLASSMAP(a, b, c, ...)
+
+#endif