diff options
Diffstat (limited to 'include/disas/bfd.h')
-rw-r--r-- | include/disas/bfd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/disas/bfd.h b/include/disas/bfd.h index a112e9c8c3..5fbff00738 100644 --- a/include/disas/bfd.h +++ b/include/disas/bfd.h @@ -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 */ |