xref: /openbsd-src/sys/dev/pci/drm/include/linux/dynamic_debug.h (revision 0b5493cb0c742202428c9cd6ec8d6e309804d203)
1 /* Public domain. */
2 
3 #ifndef _LINUX_DYNAMIC_DEBUG_H
4 #define _LINUX_DYNAMIC_DEBUG_H
5 
6 #define DECLARE_DYNDBG_CLASSMAP(a, b, c, ...)
7 
8 #endif
9