]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/misc/auxbus.h
Clean up header guards that don't match their file name
[mirror_qemu.git] / include / hw / misc / auxbus.h
index af39db7d79d1feafd7119432afa506b1275f03d1..68ade8a90fd7d4a2844ba17e74eab92780cacf0f 100644 (file)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef QEMU_AUX_H
-#define QEMU_AUX_H
+#ifndef HW_MISC_AUXBUS_H
+#define HW_MISC_AUXBUS_H
 
 #include "hw/qdev.h"
 
@@ -125,4 +125,4 @@ void aux_init_mmio(AUXSlave *aux_slave, MemoryRegion *mmio);
 
 DeviceState *aux_create_slave(AUXBus *bus, const char *name, uint32_t addr);
 
-#endif /* !QEMU_AUX_H */
+#endif /* HW_MISC_AUXBUS_H */