mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-18 02:04:28 +00:00
9 lines
198 B
C
9 lines
198 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _LINUX_UBSAN_H
|
|
#define _LINUX_UBSAN_H
|
|
|
|
#ifdef CONFIG_UBSAN_TRAP
|
|
const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type);
|
|
#endif
|
|
|
|
#endif
|