]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/arm/target_arch_sysarch.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / bsd-user / arm / target_arch_sysarch.h
index 8cc6bff2077e98a8d1c92282c7786801b5a19cc6..5cb7864197d3ca0caf28938d6c6ef01af71acf05 100644 (file)
@@ -17,8 +17,8 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _TARGET_ARCH_SYSARCH_H_
-#define _TARGET_ARCH_SYSARCH_H_
+#ifndef TARGET_ARCH_SYSARCH_H
+#define TARGET_ARCH_SYSARCH_H
 
 #include "target_syscall.h"
 #include "target_arch.h"
@@ -75,4 +75,4 @@ static inline void do_freebsd_arch_print_sysarch(
     }
 }
 
-#endif /*!_TARGET_ARCH_SYSARCH_H_ */
+#endif /* TARGET_ARCH_SYSARCH_H */