mirror of
https://github.com/opnsense/src.git
synced 2026-06-18 13:10:00 -04:00
Sponsored by: Serenity Cyber Security, LLC
Obtained from: OpenBSD
Reviewed by: manu
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D42815
(cherry picked from commit 2b037743a7)
8 lines
157 B
C
8 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
|