]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/i386/target_arch_vmparam.h
bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion.
[mirror_qemu.git] / bsd-user / i386 / target_arch_vmparam.h
index bb7718265b2a33ba43b77ed5e0ae71de92af6806..79db420e59290d6258546e7f810303398ee3d3c1 100644 (file)
@@ -16,8 +16,9 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
-#ifndef _TARGET_ARCH_VMPARAM_H_
-#define _TARGET_ARCH_VMPARAM_H_
+
+#ifndef TARGET_ARCH_VMPARAM_H
+#define TARGET_ARCH_VMPARAM_H
 
 #include "cpu.h"
 
@@ -43,4 +44,4 @@ static inline void set_second_rval(CPUX86State *state, abi_ulong retval2)
     state->regs[R_EDX] = retval2;
 }
 
-#endif /* !_TARGET_ARCH_VMPARAM_H_ */
+#endif /* TARGET_ARCH_VMPARAM_H */