Do not include defs.h or server.h in any header file
[deliverable/binutils-gdb.git] / gdb / gdbserver / lynx-low.h
index 1e004bf53016dec49d7444b3369e2ad71a086119..966ec0378c3cf34e33ab1c2de4c0d6317fc5bc59 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -15,9 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "server.h"
-
 struct regcache;
+struct target_desc;
 
 /*  Some information relative to a given register set.   */
 
@@ -50,3 +49,6 @@ struct lynx_target_ops
 
 extern struct lynx_target_ops the_low_target;
 
+/* The inferior's target description.  This is a global because the
+   LynxOS ports support neither bi-arch nor multi-process.  */
+extern const struct target_desc *lynx_tdesc;
This page took 0.023167 seconds and 4 git commands to generate.