git: 2b037743a77d - main - LinuxKPI: Add linux/dynamic_debug.h header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Dec 2023 08:23:15 UTC
The branch main has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=2b037743a77dcf31095fe1fedd21870b3aa6494b
commit 2b037743a77dcf31095fe1fedd21870b3aa6494b
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2023-12-24 08:20:00 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2023-12-24 08:20:00 +0000
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
---
sys/compat/linuxkpi/common/include/linux/dynamic_debug.h | 8 ++++++++
1 file changed, 8 insertions(+)
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