From: John Wolfe Date: Thu, 4 Feb 2021 17:57:03 +0000 (-0800) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2eb818a1d6d8947bc9c95801f714af202692963;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/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index fb55352d0..0d98bb150 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2021 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -146,6 +146,12 @@ #define vm_arm_64 0 #endif +#ifdef VM_ARM_ANY +#define vm_arm_any 1 +#else +#define vm_arm_any 0 +#endif + #if defined(__APPLE__) && defined(VM_ARM_64) #define VM_MAC_ARM #define vm_mac_arm 1