From: Oliver Kurth Date: Wed, 16 Jan 2019 22:53:04 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e957b0af978d7ba5106c1ae6a4e98e39cedd01c;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index fbde187de..58f112a2a 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -235,11 +235,10 @@ extern "C" { #define BDOOR_CMD_GMM 96 # define BDOOR_CMD_GMM_GET_SIZE 0 /* Depends on firmware. */ # define BDOOR_CMD_GMM_MAP_MEMORY 1 /* Depends on firmware. */ -# define BDOOR_CMD_GMM_ENTER_INIT 2 -# define BDOOR_CMD_GMM_ENTER_EVENT 3 -# define BDOOR_CMD_GMM_ONESHOT_TIMER 4 -# define BDOOR_CMD_GMM_WATCH_PPNS_START 5 -# define BDOOR_CMD_GMM_WATCH_PPNS_STOP 6 +# define BDOOR_CMD_GMM_ENTER 2 +# define BDOOR_CMD_GMM_ONESHOT_TIMER 3 +# define BDOOR_CMD_GMM_WATCH_PPNS_START 4 +# define BDOOR_CMD_GMM_WATCH_PPNS_STOP 5 #define BDOOR_CMD_MAX 97