From: Oliver Kurth Date: Fri, 2 Nov 2018 22:28:26 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83d4dac90630dc6ed144c8d6e3cb9db449b981c;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 41af4649c..602b084d3 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -235,10 +235,11 @@ extern "C" { #define BDOOR_CMD_GMM 96 # 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_INIT 3 -# define BDOOR_CMD_GMM_ENTER_EVENT 4 -# define BDOOR_CMD_GMM_ONESHOT_TIMER 5 +# define BDOOR_CMD_GMM_GET_PA 2 /* Devel only. */ +# define BDOOR_CMD_GMM_GET_SIZE_DEVEL 3 /* Devel only. */ +# define BDOOR_CMD_GMM_ENTER_INIT 4 +# define BDOOR_CMD_GMM_ENTER_EVENT 5 +# define BDOOR_CMD_GMM_ONESHOT_TIMER 6 #define BDOOR_CMD_MAX 97