brintos

brintos / linux-shallow public Read only

0
0
Text · 111 B · e2d13ba Raw
9 lines · c
1// SPDX-License-Identifier: GPL-2.02 3#include <linux/bug.h>4 5__noreturn void rust_helper_BUG(void)6{7	BUG();8}9