]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-ppc/mmu-hash64.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / target-ppc / mmu-hash64.h
index 3a7476b30a4cdef59a78ba9fac17da9ea01d4dbf..db265e30b2eb17186a907fb1ad95df5f5563109c 100644 (file)
@@ -1,5 +1,5 @@
-#if !defined (__MMU_HASH64_H__)
-#define __MMU_HASH64_H__
+#ifndef MMU_HASH64_H
+#define MMU_HASH64_H
 
 #ifndef CONFIG_USER_ONLY
 
@@ -134,4 +134,4 @@ typedef struct {
 
 #endif /* CONFIG_USER_ONLY */
 
-#endif /* !defined (__MMU_HASH64_H__) */
+#endif /* MMU_HASH64_H */