aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/op_helper.h')
-rw-r--r--target-ppc/op_helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h
index c5b4f2d19b..c7235cc3eb 100644
--- a/target-ppc/op_helper.h
+++ b/target-ppc/op_helper.h
@@ -131,6 +131,9 @@ void do_rfi (void);
#if defined(TARGET_PPC64)
void do_rfid (void);
#endif
+#if defined(TARGET_PPC64H)
+void do_hrfid (void);
+#endif
void do_tlbia (void);
void do_tlbie (void);
#if defined(TARGET_PPC64)