From: Oliver Kurth Date: Tue, 27 Aug 2019 19:55:38 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3ebb55872312d12780c26ef296ca7b5fd112d5;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index 64b4a4b54..3815f22c8 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -345,7 +345,7 @@ extern "C" { #define BDOOR_GUEST_PAGE_HINTS_TYPE_PSHARE (0) #define BDOOR_GUEST_PAGE_HINTS_TYPE(reg) (((reg) >> 16) & 0xffff) -#ifdef VMM +#if defined(VMM) || defined(ULM) /* *---------------------------------------------------------------------- * @@ -386,7 +386,7 @@ Backdoor_CmdRequiresValidSegments(unsigned cmd) return cmd == BDOOR_CMD_INITPCIOPROM || cmd == BDOOR_CMD_GETMHZ; } -#endif +#endif // defined(VMM) || defined(ULM) #ifdef VM_ARM_64