1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2015 Josh Poimboeuf <jpoimboe@redhat.com>
8 #include <subcmd/parse-options.h>
10 extern const struct option check_options
[];
11 extern bool no_fp
, no_unreachable
, retpoline
, module
, backtrace
, uaccess
, stats
, validate_dup
, vmlinux
;
13 extern int cmd_check(int argc
, const char **argv
);
14 extern int cmd_orc(int argc
, const char **argv
);
16 #endif /* _BUILTIN_H */