]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/arch/aarch64-insn.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / arch / aarch64-insn.h
index 43120ccca329da91086f08d268e49203b3306df7..4492594c1b9a21b51d6760fe7a21b3b2f3811405 100644 (file)
@@ -16,8 +16,8 @@
    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 AARCH64_INSN_H
-#define AARCH64_INSN_H 1
+#ifndef ARCH_AARCH64_INSN_H
+#define ARCH_AARCH64_INSN_H
 
 extern int aarch64_debug;
 
@@ -321,4 +321,4 @@ int aarch64_emit_load_store (uint32_t *buf, uint32_t size,
                             struct aarch64_register rn,
                             struct aarch64_memory_operand operand);
 
-#endif
+#endif /* ARCH_AARCH64_INSN_H */