Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / arch / i386.h
index 0163372ade43b4c8fd28da968b80adba3d7e0611..1caa0ae2eec79cf66171b768a549ba763d497cea 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017 Free Software Foundation, Inc.
+/* Copyright (C) 2017-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/>.  */
 
-#include "tdesc.h"
+#ifndef ARCH_I386_H
+#define ARCH_I386_H
+
+#include "gdbsupport/tdesc.h"
 #include <stdint.h>
 
-target_desc *i386_create_target_description (uint64_t xcr0);
+target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux,
+                                            bool segments);
+
+#endif /* ARCH_I386_H */
This page took 0.029294 seconds and 4 git commands to generate.