Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / gdb / aarch32-linux-nat.h
index 1b7ff83e937c647df3da14be56936176fb1382b1..5bbe9b4dca684754cfdeda5c17d478db6e11f4ce 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -15,6 +15,9 @@
    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 AARCH32_LINUX_NAT_H
+#define AARCH32_LINUX_NAT_H
+
 void aarch32_gp_regcache_supply (struct regcache *regcache, uint32_t *regs,
                                 int arm_apcs_32);
 
@@ -27,3 +30,5 @@ void aarch32_vfp_regcache_supply (struct regcache *regcache, gdb_byte *regs,
 void aarch32_vfp_regcache_collect (const struct regcache *regcache,
                                   gdb_byte *regs,
                                   const int vfp_register_count);
+
+#endif /* AARCH32_LINUX_NAT_H */
This page took 0.034848 seconds and 4 git commands to generate.