Merge tag 'drm-fixes-2024-06-22' of https://gitlab.freedesktop.org/drm/kernel
[linux-2.6-block.git] / include / linux / ubsan.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_UBSAN_H
3 #define _LINUX_UBSAN_H
4
5 #ifdef CONFIG_UBSAN_TRAP
6 const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type);
7 #endif
8
9 #endif