From: Katy Feng Date: Tue, 29 Nov 2022 20:11:43 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.2.0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6208fe0c286f45c70c621c15bdf90e935a5a56ee;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 896ea0098..9d898027c 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -741,6 +741,12 @@ typedef int pid_t; #define VMM_ONLY(x) #endif +#ifdef VMM_BOOTSTRAP +#define vmm_bootstrap 1 +#else +#define vmm_bootstrap 0 +#endif + #ifdef ULM #define vmx86_ulm 1 #define ULM_ONLY(x) x