summaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm/jump_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/include/asm/jump_label.h')
-rw-r--r--arch/csky/include/asm/jump_label.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/csky/include/asm/jump_label.h b/arch/csky/include/asm/jump_label.h
index d488ba6084bc..98a3f4b168bd 100644
--- a/arch/csky/include/asm/jump_label.h
+++ b/arch/csky/include/asm/jump_label.h
@@ -43,5 +43,10 @@ label:
return true;
}
+enum jump_label_type;
+void arch_jump_label_transform_static(struct jump_entry *entry,
+ enum jump_label_type type);
+#define arch_jump_label_transform_static arch_jump_label_transform_static
+
#endif /* __ASSEMBLY__ */
#endif /* __ASM_CSKY_JUMP_LABEL_H */