aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_opcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm_opcodes.h')
-rw-r--r--src/target/arm_opcodes.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/target/arm_opcodes.h b/src/target/arm_opcodes.h
index b743984b..a53fee71 100644
--- a/src/target/arm_opcodes.h
+++ b/src/target/arm_opcodes.h
@@ -24,8 +24,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 __ARM_OPCODES_H
-#define __ARM_OPCODES_H
+
+#ifndef OPENOCD_TARGET_ARM_OPCODES_H
+#define OPENOCD_TARGET_ARM_OPCODES_H
/**
* @file
@@ -309,4 +310,4 @@
((0xB660 | (0 << 8) | ((IF)&0x3)) \
| ((0xB660 | (0 << 8) | ((IF)&0x3)) << 16))
-#endif /* __ARM_OPCODES_H */
+#endif /* OPENOCD_TARGET_ARM_OPCODES_H */