]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/x86_64/target_arch.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / bsd-user / x86_64 / target_arch.h
index e558e1b956e2a61e080777d7e8fabc0cf7049307..09bd97488985019be70319d1e33b3b65922b7d73 100644 (file)
@@ -17,8 +17,8 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _TARGET_ARCH_H_
-#define _TARGET_ARCH_H_
+#ifndef TARGET_ARCH_H
+#define TARGET_ARCH_H
 
 /* target_arch_cpu.c */
 void bsd_x86_64_write_dt(void *ptr, unsigned long addr, unsigned long limit,
@@ -28,4 +28,4 @@ void bsd_x86_64_set_idt_base(uint64_t base);
 
 #define target_cpu_set_tls(env, newtls)
 
-#endif /* !_TARGET_ARCH_H_ */
+#endif /* TARGET_ARCH_H */