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

kmsan: add missing types.h dependency



more header dependency pruning/fixing

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent a2bef835
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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