linuxkpi: Add kmemleak.h

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
This commit is contained in:
Emmanuel Vadot 2022-06-23 09:51:34 +02:00
parent 088b746cbd
commit 8730ba418e

View File

@ -0,0 +1,8 @@
/* Public domain. */
#ifndef _LINUXKPI_LINUX_KMEMLEAK_H_
#define _LINUXKPI_LINUX_KMEMLEAK_H_
#define kmemleak_update_trace(x)
#endif /* _LINUXKPI_LINUX_KMEMLEAK_H_ */