Sign in
◑
Theme
android
/
kernel
/
common
/
3ec022196c4e
/
.
/
rust
/
helpers
/
bug.c
blob: 683cc685a21654778862ff2ca13a00cec43ff052 [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/bug.h>
__rust_helper __noreturn
void
rust_helper_BUG
(
void
)
{
BUG
();
}