summaryrefslogtreecommitdiff
path: root/plugins/elf/helper_arm.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-15 21:44:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-15 21:44:28 (GMT)
commit1e7c7de85438749d3faf7b76984b86a9c088fbc1 (patch)
tree8d118fd269c23d019e7c7d8bd60c33c0c8809a56 /plugins/elf/helper_arm.h
parent105394bcc19b3565c6b77d38625d8813596d0c1b (diff)
Refactored ELF related code.
Diffstat (limited to 'plugins/elf/helper_arm.h')
-rw-r--r--plugins/elf/helper_arm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/elf/helper_arm.h b/plugins/elf/helper_arm.h
index e971ed6..d4be96c 100644
--- a/plugins/elf/helper_arm.h
+++ b/plugins/elf/helper_arm.h
@@ -21,8 +21,8 @@
*/
-#ifndef _FORMAT_ELF_HELPER_ARM_H
-#define _FORMAT_ELF_HELPER_ARM_H
+#ifndef _PLUGINS_ELF_HELPER_ARM_H
+#define _PLUGINS_ELF_HELPER_ARM_H
#include "section.h"
@@ -37,4 +37,4 @@ bool load_elf_arm_relocated_symbols(GElfFormat *, const elf_shdr *, const elf_sh
-#endif /* _FORMAT_ELF_HELPER_ARM_H */
+#endif /* _PLUGINS_ELF_HELPER_ARM_H */