]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/i386/target_arch_reg.h
bsd-user: Implement struct target_shmid_ds
[mirror_qemu.git] / bsd-user / i386 / target_arch_reg.h
index 1fce1daf01597a732023074ac6ab6b8cb93b6625..81231096972d9270692ed8c725ed7792220b305e 100644 (file)
@@ -18,8 +18,8 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _TARGET_ARCH_REG_H_
-#define _TARGET_ARCH_REG_H_
+#ifndef TARGET_ARCH_REG_H
+#define TARGET_ARCH_REG_H
 
 /* See sys/i386/include/reg.h */
 typedef struct target_reg {
@@ -79,4 +79,4 @@ static inline void target_copy_regs(target_reg_t *regs, const CPUX86State *env)
     regs->r_gs = env->segs[R_GS].selector & 0xffff;
 }
 
-#endif /* !_TARGET_ARCH_REG_H_ */
+#endif /* TARGET_ARCH_REG_H */