mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 07:41:02 -04:00
9 lines
157 B
C
9 lines
157 B
C
|
|
/* Public domain. */
|
||
|
|
|
||
|
|
#ifndef _LINUXKPI_LINUX_DYNAMIC_DEBUG_H
|
||
|
|
#define _LINUXKPI_LINUX_DYNAMIC_DEBUG_H
|
||
|
|
|
||
|
|
#define DECLARE_DYNDBG_CLASSMAP(a, b, c, ...)
|
||
|
|
|
||
|
|
#endif
|