summaryrefslogtreecommitdiff
path: root/tools/virtio/linux/kmsan.h
blob: 6cd2e3efd03dc69da2ff915168fe6ce87ba97e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_KMSAN_H
#define _LINUX_KMSAN_H

#include <linux/gfp.h>

inline void kmsan_handle_dma(phys_addr_t phys, size_t size,
			     enum dma_data_direction dir)
{
}

#endif /* _LINUX_KMSAN_H */