Commit 316aa04d authored by Kent Overstreet's avatar Kent Overstreet

kmsan: add missing types.h dependency

more header dependency pruning/fixing
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent a2bef835
......@@ -9,6 +9,8 @@
#ifndef _LINUX_KMSAN_TYPES_H
#define _LINUX_KMSAN_TYPES_H
#include <linux/types.h>
/* These constants are defined in the MSan LLVM instrumentation pass. */
#define KMSAN_RETVAL_SIZE 800
#define KMSAN_PARAM_SIZE 800
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment