PR ld/12549
[binutils-gdb.git] / gdb / windows-nat.h
index dab4df52b944e1dd2910df749cd3fcb259b5ed55..55624eed081e34f2a30e0ce5eb84b8d6fb8e4e15 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 extern void windows_set_context_register_offsets (const int *offsets);
 
+/* A pointer to a function that should return non-zero iff REGNUM
+   corresponds to one of the segment registers.  */
+typedef int (segment_register_p_ftype) (int regnum);
+
+/* Set the function that should be used by this module to determine
+   whether a given register is a segment register or not.  */
+extern void windows_set_segment_register_p (segment_register_p_ftype *fun);
+
 #endif