]> Git Repo - J-linux.git/blob - arch/s390/boot/kmsan.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / s390 / boot / kmsan.c
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 }
This page took 0.025384 seconds and 4 git commands to generate.