From: Oliver Kurth Date: Tue, 19 Feb 2019 20:51:30 +0000 (-0800) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=799401f69d0ee47d475b201254a2fa65bdfe7b81;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_device_version.h b/open-vm-tools/lib/include/vm_device_version.h index 122798a7a..192ab0ce6 100644 --- a/open-vm-tools/lib/include/vm_device_version.h +++ b/open-vm-tools/lib/include/vm_device_version.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998,2005-2012,2014-2018 VMware, Inc. All rights reserved. + * Copyright (C) 1998,2005-2012,2014-2019 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 @@ -347,6 +347,9 @@ /************* QAT implementation limits ********************/ #define MAX_QAT_PCI_DEVICES 4 +/************* HyperClock implementation limits ********************/ +#define MAX_HYPERCLOCK_DEVICES 1 + /************* Strings for Host USB Driver *******************************/ #ifdef _WIN32