xref: /openbsd-src/sys/dev/pci/drm/include/linux/dynamic_debug.h (revision 256a93a44f36679bee503f12e49566c2183f6181)
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