]> Git Repo - qemu.git/blobdiff - hw/9pfs/9p.h
Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into staging
[qemu.git] / hw / 9pfs / 9p.h
index 4c4feafa2e97830d2b72dbd661a9f0a0584a0ae4..b7e836251e1374ffa0915ffc2b01c00220f62282 100644 (file)
@@ -99,8 +99,8 @@ enum p9_proto_version {
     V9FS_PROTO_2000L = 0x02,
 };
 
-#define P9_NOTAG    (u16)(~0)
-#define P9_NOFID    (u32)(~0)
+#define P9_NOTAG    UINT16_MAX
+#define P9_NOFID    UINT32_MAX
 #define P9_MAXWELEM 16
 
 #define FID_REFERENCED          0x1
This page took 0.023003 seconds and 4 git commands to generate.