gdbserver: Ensure all debug output uses debug functions
[deliverable/binutils-gdb.git] / gdb / gdbserver / x86-low.h
index af5b9e56ef882c319acfb6e8a9a9bf97d5dafcdc..9f4a80a846f23bc1774732325fe6a76d94bfa5a7 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level support for x86 (i386 and x86-64).
 
-   Copyright (C) 2009-2017 Free Software Foundation, Inc.
+   Copyright (C) 2009-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef GDBSERVER_X86_LOW_H
+#define GDBSERVER_X86_LOW_H
 
 #include "nat/x86-dregs.h"
 
 /* Initialize STATE.  */
 extern void x86_low_init_dregs (struct x86_debug_reg_state *state);
+
+#endif /* GDBSERVER_X86_LOW_H */
This page took 0.024492 seconds and 4 git commands to generate.