]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/disas/bfd.h
Clean up header guards that don't match their file name
[mirror_qemu.git] / include / disas / bfd.h
index a112e9c8c3b4af58557b6f7f08876606c36481f2..5fbff0073849cbf67d8e8a4aea71fa0f117a3ab5 100644 (file)
@@ -6,8 +6,8 @@
    interface, for making instruction-processing programs more independent
    of the instruction set being processed.  */
 
-#ifndef DIS_ASM_H
-#define DIS_ASM_H
+#ifndef DISAS_BFD_H
+#define DISAS_BFD_H
 
 #include "qemu-common.h"
 
@@ -489,4 +489,4 @@ bfd_vma bfd_getl16 (const bfd_byte *addr);
 bfd_vma bfd_getb16 (const bfd_byte *addr);
 typedef bool bfd_boolean;
 
-#endif /* ! defined (DIS_ASM_H) */
+#endif /* DISAS_BFD_H */