mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05: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 2b037743a77dcf31095fe1fedd21870b3aa6494b)
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
|