*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / amd64-nat.h
index edf6df8de876929adfa1bbab673c75e959dee4a4..0b8caf2a005e45fbf857f101ad60f4255c13fce8 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for AMD64.
 
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -50,4 +50,9 @@ extern void amd64_supply_native_gregset (struct regcache *regcache,
 extern void amd64_collect_native_gregset (const struct regcache *regcache,
                                          void *gregs, int regnum);
 
+/* Create a prototype *BSD/amd64 target.  The client can override it
+   with local methods.  */
+
+extern struct target_ops *amd64bsd_target (void);
+
 #endif /* amd64-nat.h */
This page took 0.029214 seconds and 4 git commands to generate.