*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / remote.h
index 25f5ccc26c262ffae5e559b28129f94f1b778cb2..3adc54ee6c57a6c73c319da7282c52489a290c2c 100644 (file)
@@ -1,6 +1,5 @@
 /* Remote target communications for serial-line targets in custom GDB protocol
-   Copyright (C) 1999, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -56,4 +55,8 @@ bfd *remote_bfd_open (const char *remote_file, const char *target);
 
 int remote_filename_p (const char *filename);
 
+extern int remote_register_number_and_offset (struct gdbarch *gdbarch,
+                                             int regnum, int *pnum,
+                                             int *poffset);
+
 #endif
This page took 0.023525 seconds and 4 git commands to generate.