]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 2 Nov 2018 22:28:24 +0000 (15:28 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 2 Nov 2018 22:28:24 +0000 (15:28 -0700)
open-vm-tools/lib/include/backdoor_def.h

index cd9d37623d2b6aaea3c3e65c59e4e1e1cb61b88f..41af4649ce4140395e1b28d21267adf7950103d3 100644 (file)
@@ -236,8 +236,9 @@ extern "C" {
 #  define BDOOR_CMD_GMM_GET_SIZE              0
 #  define BDOOR_CMD_GMM_MAP_MEMORY            1
 #  define BDOOR_CMD_GMM_GET_PPN_AND_SZ        2 /* Devel only. */
-#  define BDOOR_CMD_GMM_ENTER                 3
-#  define BDOOR_CMD_GMM_ONESHOT_TIMER         4
+#  define BDOOR_CMD_GMM_ENTER_INIT            3
+#  define BDOOR_CMD_GMM_ENTER_EVENT           4
+#  define BDOOR_CMD_GMM_ONESHOT_TIMER         5
 #define   BDOOR_CMD_MAX                      97