Updated copyright notices for most files.
[deliverable/binutils-gdb.git] / include / gdb / sim-ppc.h
index 36ce927405cf7f5a3b2b2e90f66f97d2001ff16f..a18080311f4ff4371b4754242d05fd3fb23eb503 100644 (file)
@@ -1,6 +1,6 @@
 /* sim-ppc.h --- interface between PowerPC simulator and GDB.
 
-   Copyright 2004, 2007 Free Software Foundation, Inc.
+   Copyright 2004, 2007, 2008 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
@@ -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
This page took 0.022987 seconds and 4 git commands to generate.