1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2015 Josh Poimboeuf <jpoimboe@redhat.com>
8 #include <subcmd/parse-options.h>
43 extern struct opts opts
;
45 extern int cmd_parse_options(int argc
, const char **argv
, const char * const usage
[]);
47 extern int objtool_run(int argc
, const char **argv
);
49 #endif /* _BUILTIN_H */