forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/tools/objtool/arch.h
....@@ -90,6 +90,7 @@
9090
9191 bool arch_is_retpoline(struct symbol *sym);
9292 bool arch_is_rethunk(struct symbol *sym);
93
+bool arch_is_embedded_insn(struct symbol *sym);
9394
9495 int arch_rewrite_retpolines(struct objtool_file *file);
9596