mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
kmsan: add missing types.h dependency
more header dependency pruning/fixing Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
a2bef835d3
commit
316aa04d1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user