brintos

brintos / linux-shallow public Read only

0
0
Text · 219 B · 2f00e99 Raw
10 lines · c
1// SPDX-License-Identifier: GPL-2.02#include <linux/compiler.h>3 4static int arc__annotate_init(struct arch *arch, char *cpuid __maybe_unused)5{6	arch->initialized = true;7	arch->objdump.comment_char = ';';8	return 0;9}10