summaryrefslogtreecommitdiff
path: root/backport-include/linux/kmemleak.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport-include/linux/kmemleak.h')
-rw-r--r--backport-include/linux/kmemleak.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backport-include/linux/kmemleak.h b/backport-include/linux/kmemleak.h
new file mode 100644
index 0000000..9af3d67
--- /dev/null
+++ b/backport-include/linux/kmemleak.h
@@ -0,0 +1,5 @@
+#ifndef __BACKPORT_KMEMLEAK_H
+#define __BACKPORT_KMEMLEAK_H
+#include <linux/types.h>
+#include_next <linux/kmemleak.h>
+#endif /* __BACKPORT_KMEMLEAK_H */