xref: /freebsd/sys/compat/linuxkpi/common/include/linux/dynamic_debug.h (revision a700bef1e4ee3e6f4e1a86a374bf9b4044f69a70)
1 /* Public domain. */
2 
3 #ifndef _LINUXKPI_LINUX_DYNAMIC_DEBUG_H
4 #define _LINUXKPI_LINUX_DYNAMIC_DEBUG_H
5 
6 #define DECLARE_DYNDBG_CLASSMAP(a, b, c, ...)
7 
8 #endif
9