1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/kmsan-checks.h>
3 
4 void kmsan_unpoison_memory(const void *address, size_t size)
5 {
6 }
7