Path : /lib/modules/6.8.0-71-generic/build/include/linux/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //lib/modules/6.8.0-71-generic/build/include/linux/ubsan.h |
/* 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); #else static inline const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type) { return NULL; } #endif #endif