mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -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
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
|