aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch32-linux-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/aarch32-linux-nat.h')
-rw-r--r--gdb/aarch32-linux-nat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/aarch32-linux-nat.h b/gdb/aarch32-linux-nat.h
index 29d7964..093211c 100644
--- a/gdb/aarch32-linux-nat.h
+++ b/gdb/aarch32-linux-nat.h
@@ -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
+
/* Fetch and store VFP Registers. The kernel object has space for 32
64-bit registers, and the FPSCR. This is even when on a VFPv2 or
VFPv3D16 target. */
@@ -32,3 +35,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 */