summaryrefslogtreecommitdiffstats
path: root/include/gdb/sim-ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdb/sim-ppc.h')
-rw-r--r--include/gdb/sim-ppc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gdb/sim-ppc.h b/include/gdb/sim-ppc.h
index 36ce92740..31343233c 100644
--- a/include/gdb/sim-ppc.h
+++ b/include/gdb/sim-ppc.h
@@ -762,6 +762,10 @@ enum
};
+/* Return the register name for the supplied SPR number if any, or
+ NULL if none. */
+extern const char *sim_spr_register_name (int);
+
#ifdef __cplusplus
}
#endif