]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Wed, 6 Aug 2025 06:34:16 +0000 (23:34 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Wed, 6 Aug 2025 06:34:16 +0000 (23:34 -0700)
open-vm-tools/lib/include/mutexRankLib.h

index f94a16746ac901f3b9e17ee874392045eb56ebc1..56af22964cf7fa20433a96964dc55f298c224d55 100644 (file)
@@ -1,5 +1,6 @@
 /*********************************************************
- * Copyright (c) 2010-2023 VMware, Inc. All rights reserved.
+ * Copyright (c) 2010-2025 Broadcom. All Rights Reserved.
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
  *
  * 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
@@ -219,6 +220,8 @@ extern "C" {
 #define RANK_batteryLock             (RANK_libLockBase + 0x7030)
 #define RANK_buttonLock              (RANK_libLockBase + 0x7040)
 #define RANK_impersonateLock         (RANK_libLockBase + 0x7045)
+#define RANK_mksMemMgrBackingLock    (RANK_libLockBase + 0x7047)
+#define RANK_mksMemMgrPoolLock       (RANK_libLockBase + 0x7048)
 #define RANK_pollDefaultLock         (RANK_libLockBase + 0x7050)
 #define RANK_workerLibLock           (RANK_libLockBase + 0x7060)
 #define RANK_configDbLock            (RANK_libLockBase + 0x7070)