Sign in
linux
/
linux
/
kernel
/
git
/
bluetooth
/
bluetooth-next
/
refs/heads/master
/
.
/
tools
/
virtio
/
linux
/
kmsan.h
blob: 6cd2e3efd03dc69da2ff915168fe6ce87ba97e18 [
file
] [
log
] [
blame
] [
edit
]
/* 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 */