mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
Provide macros needed for drm-kmod. Obtain from: OpenBSD (via drm-kmod) MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D35564
8 lines
170 B
C
8 lines
170 B
C
/* Public domain. */
|
|
|
|
#ifndef _LINUXKPI_LINUX_KMEMLEAK_H_
|
|
#define _LINUXKPI_LINUX_KMEMLEAK_H_
|
|
|
|
#define kmemleak_update_trace(x)
|
|
|
|
#endif /* _LINUXKPI_LINUX_KMEMLEAK_H_ */
|