mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05: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
|