Sign in
linux
/
linux
/
kernel
/
git
/
will
/
linux
/
bc6f707fc0feec72acc2f49c312eb31d257363a3
/
.
/
include
/
linux
/
ubsan.h
blob: bff7445498ded45f3b92cfc68658cf2901bcff99 [
file
] [
log
] [
blame
]
/* 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