From: Oliver Kurth Date: Tue, 6 Mar 2018 18:38:42 +0000 (-0800) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-10.3.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a21a057dc23cf428b5fa1799eb0c5945732fee;p=thirdparty%2Fopen-vm-tools.git Common header file change; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 32e2a09d2..4c593dbce 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -610,6 +610,11 @@ typedef uint64 PPN64; typedef uint64 MA64; typedef uint64 MPN; +/* + * Remove after PPN->PPN64 conversion is finished. + */ +#define PPN64_2_PPN(_ppn) ((PPN)_ppn) + #define FMTPPN "" /*