]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 23 Mar 2018 22:05:35 +0000 (15:05 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 23 Mar 2018 22:05:35 +0000 (15:05 -0700)
open-vm-tools/lib/include/vm_basic_types.h

index 185f8ab1c6aabe93b156d293c7ed60c23b3f68e0..afd98f88262c1817d588458b7ab79fe01f39b981 100644 (file)
@@ -509,6 +509,7 @@ typedef uint64    BPN;
 #define BPN_2_UINT64(b) ((uint64)(b))
 
 typedef uint32    PageCnt;
+typedef uint64    PgCnt64;
 typedef uint32    PageNum;
 typedef unsigned      MemHandle;
 typedef unsigned int  IoHandle;