]> Git Repo - linux.git/blob - tools/objtool/builtin.h
efi/x86: add headroom to decompressor BSS to account for setup block
[linux.git] / tools / objtool / builtin.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2015 Josh Poimboeuf <[email protected]>
4  */
5 #ifndef _BUILTIN_H
6 #define _BUILTIN_H
7
8 #include <subcmd/parse-options.h>
9
10 extern const struct option check_options[];
11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess;
12
13 extern int cmd_check(int argc, const char **argv);
14 extern int cmd_orc(int argc, const char **argv);
15
16 #endif /* _BUILTIN_H */
This page took 0.035219 seconds and 4 git commands to generate.