]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - tools/objtool/builtin.h
HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen
[mirror_ubuntu-bionic-kernel.git] / tools / objtool / builtin.h
index dd526067fed5ebcacbb45b7ce8a686437bd83d1a..28ff40e19a1413823b9b06ae4d1f1b42d922e850 100644 (file)
 #ifndef _BUILTIN_H
 #define _BUILTIN_H
 
+#include <subcmd/parse-options.h>
+
+extern const struct option check_options[];
+extern bool no_fp, no_unreachable, retpoline, module;
+
 extern int cmd_check(int argc, const char **argv);
 extern int cmd_orc(int argc, const char **argv);