]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - tools/objtool/builtin.h
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[mirror_ubuntu-jammy-kernel.git] / tools / objtool / builtin.h
CommitLineData
1ccea77e 1/* SPDX-License-Identifier: GPL-2.0-or-later */
442f04c3
JP
2/*
3 * Copyright (C) 2015 Josh Poimboeuf <jpoimboe@redhat.com>
442f04c3
JP
4 */
5#ifndef _BUILTIN_H
6#define _BUILTIN_H
7
43a4525f
PZ
8#include <subcmd/parse-options.h>
9
10extern const struct option check_options[];
c4a33939 11extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, validate_dup, vmlinux;
43a4525f 12
442f04c3 13extern int cmd_check(int argc, const char **argv);
627fce14 14extern int cmd_orc(int argc, const char **argv);
442f04c3
JP
15
16#endif /* _BUILTIN_H */